#036886

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

Shades of Blue Lagoon #036886

Tints of Blue Lagoon #036886

Color information

#036886 (or 0x036886) is unknown color: approx Blue Lagoon. HEX triplet: 03, 68 and 86. RGB value is (3,104,134). Sum of RGB (Red+Green+Blue) = 3+104+134=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #036886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036886 is #FC9779. Grayscale: #4D4D4D. Windows color (decimal): -16553850 or 8808451. OLE color: 8808451.

HSL color Cylindrical-coordinate representation of color #036886: hue angle of 193.74º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036886 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3104134-
CMYK0.980.2200.47
HSL193.74º95.62%26.86%-
HSV(B)193.74º97.76%52.55%-
XYZ9.2911.6424.31-
YUV77.22160.0475.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.24%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=1.24%
G=43.15%
B=55.60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31041340.980.2200.47193.7495.6226.86
Hex36886621602Fc2601b
Octal31502061422605730214033
Binary11110100010000110110001010110010111111000010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036886; }

 p { color: rgb(3,104,134); }

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

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

 a { background-color: rgb(3,104,134); }

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

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

 span { border-color: rgb(3,104,134); }

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