#036675

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

Shades of Blue Lagoon #036675

Tints of Blue Lagoon #036675

Color information

#036675 (or 0x036675) is unknown color: approx Blue Lagoon. HEX triplet: 03, 66 and 75. RGB value is (3,102,117). Sum of RGB (Red+Green+Blue) = 3+102+117=222 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #036675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036675 is #FC998A. Grayscale: #494949. Windows color (decimal): -16554379 or 7693827. OLE color: 7693827.

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

Color convert

RGB3102117-
CMYK0.970.1300.54
HSL187.89º95%23.53%-
HSV(B)187.89º97.44%45.88%-
XYZ810.8118.49-
YUV74.11152.277.28-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 102 (40.23% from 255) = 45.95%
BLUE value IS 117 (46.09% from 255) = 52.70%
R=1.35%
G=45.95%
B=52.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31021170.970.1300.54187.899523.53
Hex3667561D036bc5f18
Octal31461651411506627413730
Binary111100110111010111000011101011011010111100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036675; }

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

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

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

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

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

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

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

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