#036266

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

Shades of Blue Lagoon #036266

Tints of Blue Lagoon #036266

Color information

#036266 (or 0x036266) is unknown color: approx Blue Lagoon. HEX triplet: 03, 62 and 66. RGB value is (3,98,102). Sum of RGB (Red+Green+Blue) = 3+98+102=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #036266 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036266 is #FC9D99. Grayscale: #454545. Windows color (decimal): -16555418 or 6709763. OLE color: 6709763.

HSL color Cylindrical-coordinate representation of color #036266: hue angle of 182.42º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036266 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB398102-
CMYK0.970.0400.6
HSL182.42º94.29%20.59%-
HSV(B)182.42º97.06%40%-
XYZ6.89.7114.09-
YUV70.05146.0380.17-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=1.48%
G=48.28%
B=50.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3981020.970.0400.6182.4294.2920.59
Hex3626661403Cb65e15
Octal3142146141407426613625
Binary11110001011001101100001100011110010110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036266; }

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

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

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

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

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

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

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

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