#036B81

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

Shades of Blue Lagoon #036B81

Tints of Blue Lagoon #036B81

Color information

#036B81 (or 0x036B81) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6B and 81. RGB value is (3,107,129). Sum of RGB (Red+Green+Blue) = 3+107+129=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #036B81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036B81 is #FC947E. Grayscale: #4E4E4E. Windows color (decimal): -16553087 or 8481539. OLE color: 8481539.

HSL color Cylindrical-coordinate representation of color #036B81: hue angle of 190.48º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036B81 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3107129-
CMYK0.980.1700.49
HSL190.48º95.45%25.88%-
HSV(B)190.48º97.67%50.59%-
XYZ9.2612.1222.62-
YUV78.41156.5474.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 107 (42.19% from 255) = 44.77%
BLUE value IS 129 (50.78% from 255) = 53.97%
R=1.26%
G=44.77%
B=53.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31071290.980.1700.49190.4895.4525.88
Hex36B816211031be5f1a
Octal31532011422106127613732
Binary11110101110000001110001010001011000110111110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,107,129); }

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

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

 a { background-color: rgb(3,107,129); }

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

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

 span { border-color: rgb(3,107,129); }

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