#036070

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

Shades of Blue Lagoon #036070

Tints of Blue Lagoon #036070

Color information

#036070 (or 0x036070) is unknown color: approx Blue Lagoon. HEX triplet: 03, 60 and 70. RGB value is (3,96,112). Sum of RGB (Red+Green+Blue) = 3+96+112=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #036070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036070 is #FC9F8F. Grayscale: #454545. Windows color (decimal): -16555920 or 7364611. OLE color: 7364611.

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

Color convert

RGB396112-
CMYK0.970.1400.56
HSL188.81º94.78%22.55%-
HSV(B)188.81º97.32%43.92%-
XYZ7.159.5516.8-
YUV70.02151.6980.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 96 (37.89% from 255) = 45.50%
BLUE value IS 112 (44.14% from 255) = 53.08%
R=1.42%
G=45.50%
B=53.08%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3961120.970.1400.56188.8194.7822.55
Hex3607061E038bd5f17
Octal31401601411607027513727
Binary111100000111000011000011110011100010111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036070; }

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

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

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

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

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

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

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

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