#036486

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

Shades of Blue Lagoon #036486

Tints of Blue Lagoon #036486

Color information

#036486 (or 0x036486) is unknown color: approx Blue Lagoon. HEX triplet: 03, 64 and 86. RGB value is (3,100,134). Sum of RGB (Red+Green+Blue) = 3+100+134=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 134 (52.73% from 255 or 56.54% from 237); Max value from RGB is 134 - color contains mainly: blue. Hex color #036486 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036486 is #FC9B79. Grayscale: #4A4A4A. Windows color (decimal): -16554874 or 8807427. OLE color: 8807427.

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

Color convert

RGB3100134-
CMYK0.980.2500.47
HSL195.57º95.62%26.86%-
HSV(B)195.57º97.76%52.55%-
XYZ8.910.8524.18-
YUV74.87161.3676.74-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 134 (52.73% from 255) = 56.54%
R=1.27%
G=42.19%
B=56.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31001340.980.2500.47195.5795.6226.86
Hex36486621902Fc4601b
Octal31442061423105730414033
Binary11110010010000110110001011001010111111000100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036486; }

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

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

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

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

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

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

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

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