#036386

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

Shades of Blue Lagoon #036386

Tints of Blue Lagoon #036386

Color information

#036386 (or 0x036386) is unknown color: approx Blue Lagoon. HEX triplet: 03, 63 and 86. RGB value is (3,99,134). Sum of RGB (Red+Green+Blue) = 3+99+134=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 134 (52.73% from 255 or 56.78% from 236); Max value from RGB is 134 - color contains mainly: blue. Hex color #036386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036386 is #FC9C79. Grayscale: #4A4A4A. Windows color (decimal): -16555130 or 8807171. OLE color: 8807171.

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

Color convert

RGB399134-
CMYK0.980.2600.47
HSL196.03º95.62%26.86%-
HSV(B)196.03º97.76%52.55%-
XYZ8.810.6624.15-
YUV74.29161.777.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 134 (52.73% from 255) = 56.78%
R=1.27%
G=41.95%
B=56.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3991340.980.2600.47196.0395.6226.86
Hex36386621A02Fc4601b
Octal31432061423205730414033
Binary11110001110000110110001011010010111111000100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036386; }

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

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

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

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

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

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

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

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