#036A6F

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

Shades of Blue Lagoon #036A6F

Tints of Blue Lagoon #036A6F

Color information

#036A6F (or 0x036A6F) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6A and 6F. RGB value is (3,106,111). Sum of RGB (Red+Green+Blue) = 3+106+111=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 106 (41.80% from 255 or 48.18% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #036A6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A6F is #FC9590. Grayscale: #4B4B4B. Windows color (decimal): -16553361 or 7301635. OLE color: 7301635.

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

Color convert

RGB3106111-
CMYK0.970.0500.56
HSL182.78º94.74%22.35%-
HSV(B)182.78º97.3%43.53%-
XYZ8.0611.4816.83-
YUV75.77147.8876.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 106 (41.80% from 255) = 48.18%
BLUE value IS 111 (43.75% from 255) = 50.45%
R=1.36%
G=48.18%
B=50.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31061110.970.0500.56182.7894.7422.35
Hex36A6F615038b75f16
Octal3152157141507026713726
Binary11110101011011111100001101011100010110111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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