#036086

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

Shades of Blue Lagoon #036086

Tints of Blue Lagoon #036086

Color information

#036086 (or 0x036086) is unknown color: approx Blue Lagoon. HEX triplet: 03, 60 and 86. RGB value is (3,96,134). Sum of RGB (Red+Green+Blue) = 3+96+134=233 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #036086 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036086 is #FC9F79. Grayscale: #484848. Windows color (decimal): -16555898 or 8806403. OLE color: 8806403.

HSL color Cylindrical-coordinate representation of color #036086: hue angle of 197.4º 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 #036086 is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB396134-
CMYK0.980.2800.47
HSL197.4º95.62%26.86%-
HSV(B)197.4º97.76%52.55%-
XYZ8.5210.1124.06-
YUV72.52162.6978.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.29%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 134 (52.73% from 255) = 57.51%
R=1.29%
G=41.20%
B=57.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3961340.980.2800.47197.495.6226.86
Hex36086621C02Fc5601b
Octal31402061423405730514033
Binary11110000010000110110001011100010111111000101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036086; }

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

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

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

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

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

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

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

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