Shades of Blue Lagoon #036786
Tints of Blue Lagoon #036786
RGB
CMYK
RGB Variations
Color information
#036786 (or 0x036786) is known color: 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
| RGB | 3 | 103 | 134 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.47 |
| HSL | 194.2º | 0.96% | 0.27% | - |
| HSV(B) | 194.2º | 0.98% | 0.53% | - |
| XYZ | 9.19 | 11.44 | 24.28 | - |
| YUV | 76.63 | 160.37 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 134 | 0.98 | 0.23 | 0 | 0.47 | 194.2 | 0.96 | 0.27 |
| Hex | 3 | 67 | 86 | 62 | 17 | 0 | 2F | C2 | 60 | 1B |
| Octal | 3 | 147 | 206 | 142 | 27 | 0 | 57 | 302 | 140 | 33 |
| Binary | 11 | 1100111 | 10000110 | 1100010 | 10111 | 0 | 101111 | 11000010 | 1100000 | 11011 |
Color Harmonies of #036786
Complementary color
Monochromatic Colors of #036786
Black with #036786
Text Example
Text Example
White with #036786
Text Example
Text Example
HTML Codes & Css Web 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>