#036A87

Color #036A87 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #036A87

Tints of Blue Lagoon #036A87

Color information

#036A87 (or 0x036A87) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6A and 87. RGB value is (3,106,135). Sum of RGB (Red+Green+Blue) = 3+106+135=244 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 135 (53.12% from 255 or 55.33% from 244); Max value from RGB is 135 - color contains mainly: blue. Hex color #036A87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036A87 is #FC9578. Grayscale: #4E4E4E. Windows color (decimal): -16553337 or 8874499. OLE color: 8874499.

HSL color Cylindrical-coordinate representation of color #036A87: hue angle of 193.18º 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 #036A87 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3106135-
CMYK0.980.2100.47
HSL193.18º95.65%27.06%-
HSV(B)193.18º97.78%52.94%-
XYZ9.5612.0824.75-
YUV78.51159.8874.14-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.23%
GREEN value IS 106 (41.80% from 255) = 43.44%
BLUE value IS 135 (53.12% from 255) = 55.33%
R=1.23%
G=43.44%
B=55.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31061350.980.2100.47193.1895.6527.06
Hex36A87621502Fc1601b
Octal31522071422505730114033
Binary11110101010000111110001010101010111111000001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #036A87;
 }
 .AnyTagClassName
 {
   color: #036A87;
 }
</style>
background-color css

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

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

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

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

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

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