#036677

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

Shades of Blue Lagoon #036677

Tints of Blue Lagoon #036677

Color information

#036677 (or 0x036677) is unknown color: approx Blue Lagoon. HEX triplet: 03, 66 and 77. RGB value is (3,102,119). Sum of RGB (Red+Green+Blue) = 3+102+119=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #036677 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036677 is #FC9988. Grayscale: #4A4A4A. Windows color (decimal): -16554377 or 7824899. OLE color: 7824899.

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

Color convert

RGB3102119-
CMYK0.970.1400.53
HSL188.79º95.08%23.92%-
HSV(B)188.79º97.48%46.67%-
XYZ8.1210.8519.12-
YUV74.34153.277.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.34%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 119 (46.88% from 255) = 53.12%
R=1.34%
G=45.54%
B=53.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31021190.970.1400.53188.7995.0823.92
Hex3667761E035bd5f18
Octal31461671411606527513730
Binary111100110111011111000011110011010110111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036677; }

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

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

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

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

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

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

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

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