#036B6D

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

Shades of Blue Lagoon #036B6D

Tints of Blue Lagoon #036B6D

Color information

#036B6D (or 0x036B6D) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6B and 6D. RGB value is (3,107,109). Sum of RGB (Red+Green+Blue) = 3+107+109=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #036B6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036B6D is #FC9492. Grayscale: #4C4C4C. Windows color (decimal): -16553107 or 7170819. OLE color: 7170819.

HSL color Cylindrical-coordinate representation of color #036B6D: hue angle of 181.13º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036B6D is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3107109-
CMYK0.970.0200.57
HSL181.13º94.64%21.96%-
HSV(B)181.13º97.25%42.75%-
XYZ8.0611.6416.29-
YUV76.13146.5475.84-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.37%
GREEN value IS 107 (42.19% from 255) = 48.86%
BLUE value IS 109 (42.97% from 255) = 49.77%
R=1.37%
G=48.86%
B=49.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31071090.970.0200.57181.1394.6421.96
Hex36B6D612039b55f16
Octal3153155141207126513726
Binary1111010111101101110000110011100110110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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