#036786

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

Shades of Blue Lagoon #036786

Tints of Blue Lagoon #036786

Color information

#036786 (or 0x036786) is unknown color: approx Blue Lagoon. HEX triplet: 03, 67 and 86. RGB value is (3,103,134). Sum of RGB (Red+Green+Blue) = 3+103+134=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 103 (40.62% from 255 or 42.92% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #036786 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036786 is #FC9879. Grayscale: #4C4C4C. Windows color (decimal): -16554106 or 8808195. OLE color: 8808195.

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

Color convert

RGB3103134-
CMYK0.980.2300.47
HSL194.2º95.62%26.86%-
HSV(B)194.2º97.76%52.55%-
XYZ9.1911.4424.28-
YUV76.63160.3775.48-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.25%
GREEN value IS 103 (40.62% from 255) = 42.92%
BLUE value IS 134 (52.73% from 255) = 55.83%
R=1.25%
G=42.92%
B=55.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal31031340.980.2300.47194.295.6226.86
Hex36786621702Fc2601b
Octal31472061422705730214033
Binary11110011110000110110001010111010111111000010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036786; }

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

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

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

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

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

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

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

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