#036470

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

Shades of Blue Lagoon #036470

Tints of Blue Lagoon #036470

Color information

#036470 (or 0x036470) is unknown color: approx Blue Lagoon. HEX triplet: 03, 64 and 70. RGB value is (3,100,112). Sum of RGB (Red+Green+Blue) = 3+100+112=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #036470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036470 is #FC9B8F. Grayscale: #484848. Windows color (decimal): -16554896 or 7365635. OLE color: 7365635.

HSL color Cylindrical-coordinate representation of color #036470: hue angle of 186.61º 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 #036470 is Cyan = 0.97, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3100112-
CMYK0.970.1100.56
HSL186.61º94.78%22.55%-
HSV(B)186.61º97.32%43.92%-
XYZ7.5210.316.92-
YUV72.36150.3678.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 100 (39.45% from 255) = 46.51%
BLUE value IS 112 (44.14% from 255) = 52.09%
R=1.40%
G=46.51%
B=52.09%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31001120.970.1100.56186.6194.7822.55
Hex3647061B038bb5f17
Octal31441601411307027313727
Binary111100100111000011000011011011100010111011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036470; }

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

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

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

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

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

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

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

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