Html Css Color HEX #036C87 Blue Lagoon

📋 copy color: '#036C87'

red 3 ◦ green 108 ◦ blue 135

#036C87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #036C87

Tints of Blue Lagoon #036C87

RGB

 RED value IS 3 (1.56% from 255) = 1.22%

 GREEN value IS 108 (42.58% from 255) = 43.9%

 BLUE value IS 135 (53.13% from 255) = 54.88%

R = 1.22%
G = 43.9%
B = 54.88%

CMYK

 C value IS 0.98

 M value IS 0.2

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#036C87 (or 0x036C87) is known color: Blue Lagoon. HEX triplet: 03, 6C and 87. RGB value is (3,108,135). Sum of RGB (Red+Green+Blue) = 3+108+135=246 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.22% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 135 (53.12% from 255 or 54.88% from 246); Max value from RGB is 135 - color contains mainly: blue. Hex color #036C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036C87 is #FC9378. Grayscale: #4F4F4F. Windows color (decimal): -16552825 or 8875011. OLE color: 8875011.

HSL color Cylindrical-coordinate representation of color #036C87: hue angle of 192.27º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036C87 is Cyan = 0.98, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 3 108 135 -
CMYK 0.98 0.2 0 0.47
HSL 192.27º 0.96% 0.27% -
HSV(B) 192.27º 0.98% 0.53% -
XYZ 9.77 12.49 24.82 -
YUV 79.68 159.21 73.3 -
System Red Green Blue C M Y K H S L
Decimal 3 108 135 0.98 0.2 0 0.47 192.27 0.96 0.27
Hex 3 6C 87 62 14 0 2F C0 60 1B
Octal 3 154 207 142 24 0 57 300 140 33
Binary 11 1101100 10000111 1100010 10100 0 101111 11000000 1100000 11011

Color Harmonies of #036C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C87

Black with #036C87

Text Example


Text Example

White with #036C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036C87; }

 p { color: rgb(3,108,135); }

 H1.HeaderClassName
 {
   color: #036C87;
 }
 .AnyTagClassName
 {
   color: #036C87;
 }
</style>

background-color css

<style>
 a { background-color: #036C87; }

 a { background-color: rgb(3,108,135); }

 div.DivClassName
 {
   background-color: #036C87;
 }
 .BgClassName
 {
   background-color: #036C87;
 }
</style>

border-color css

<style>
 span { border-color: #036C87; }

 span { border-color: rgb(3,108,135); }

 td.TdClassName
 {
   border-color: #036C87;
 }
 .TagClassName
 {
   border-color: #036C87;
 }
</style>