#036670

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

Shades of Blue Lagoon #036670

Tints of Blue Lagoon #036670

Color information

#036670 (or 0x036670) is unknown color: approx Blue Lagoon. HEX triplet: 03, 66 and 70. RGB value is (3,102,112). Sum of RGB (Red+Green+Blue) = 3+102+112=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #036670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036670 is #FC998F. Grayscale: #494949. Windows color (decimal): -16554384 or 7366147. OLE color: 7366147.

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

Color convert

RGB3102112-
CMYK0.970.0900.56
HSL185.5º94.78%22.55%-
HSV(B)185.5º97.32%43.92%-
XYZ7.7110.6916.99-
YUV73.54149.777.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 102 (40.23% from 255) = 47.00%
BLUE value IS 112 (44.14% from 255) = 51.61%
R=1.38%
G=47.00%
B=51.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31021120.970.0900.56185.594.7822.55
Hex36670619038ba5f17
Octal31461601411107027213727
Binary111100110111000011000011001011100010111010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036670; }

 p { color: rgb(3,102,112); }

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

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

 a { background-color: rgb(3,102,112); }

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

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

 span { border-color: rgb(3,102,112); }

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