#036077

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

Shades of Blue Lagoon #036077

Tints of Blue Lagoon #036077

Color information

#036077 (or 0x036077) is unknown color: approx Blue Lagoon. HEX triplet: 03, 60 and 77. RGB value is (3,96,119). Sum of RGB (Red+Green+Blue) = 3+96+119=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #036077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036077 is #FC9F88. Grayscale: #464646. Windows color (decimal): -16555913 or 7823363. OLE color: 7823363.

HSL color Cylindrical-coordinate representation of color #036077: hue angle of 191.9º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036077 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB396119-
CMYK0.970.1900.53
HSL191.9º95.08%23.92%-
HSV(B)191.9º97.48%46.67%-
XYZ7.559.7218.93-
YUV70.82155.1979.63-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=1.38%
G=44.04%
B=54.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3961190.970.1900.53191.995.0823.92
Hex360776113035c05f18
Octal31401671412306530013730
Binary1111000001110111110000110011011010111000000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036077; }

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

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

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

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

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

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

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

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