Color Hex Logo

#03363e Color Hex

#03363E
(3,54,62)
1 Favorites   0 Comments

Color spaces of #03363e

RGB 35462
HSL0.520.910.13
HSV188°95°24°
CMYK 0.950.130.00   0.76
XYZ2.22623.00555.0202
Yxy3.00550.21710.2932
Hunter Lab17.3364-7.4171-5.0335
CIE-Lab20.0659-12.3986-9.5335

#03363e color RGB value is (3,54,62).

#03363e hex color red value is 3, green value is 54 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #03363e hue: 0.52 , saturation: 0.91 and the lightness value of 03363e is 0.13.

The process color (four color CMYK) of #03363e color hex is 0.95, 0.13, 0.00, 0.76. Web safe color of #03363e is #003333. Color #03363e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110110 00111110
Octal 3 66 76
Decimal 3 54 62
Hex 3 36 3E

RGB Percentages of Color #03363e

%2.52
%45.38
%52.10

CMYK Percentages of Color #03363e

%95
%13
%0
%76

Triadic Colors of #03363e

#03363e #3e0336 #363e03

Analogous Colors of #03363e

#03363e #03193e #033e29

Monochromatic Colors of #03363e

#03363e

Complementary Color

#03363e #3e0b03

#03363e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#03363e Color Preview on White Background

Lorem ipsum dolor sit amet.

#03363e Color CSS Codes

.mybgcolor {background-color:#03363e; } 
.myforecolor {color:#03363e; }
.mybordercolor {border:3px solid #03363e; }

#03363e Text Font Color

<p style="color:#03363e">Text here</p>

This sample text font color is #03363e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#03363e Background Color

<div style="background-color:#03363e">
Div content here</div>

This div background color is #03363e


#03363e Border Color

<div style="border:3px solid #03363e">
Div here</div>

This div border color is #03363e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(3,54,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #03363e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #03363e;
  -webkit-box-shadow: 1px 1px 3px 2px #03363e;
  box-shadow:         1px 1px 3px 2px #03363e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(3,54,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #03363e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #03363e;
  -webkit-box-shadow: 1px 1px 3px 2px #03363e;
  box-shadow:         1px 1px 3px 2px #03363e;">
Div content here</div>

This div box has shadow with color #03363e


Comments

No comments written yet.

Please login to write comment.