Shades of Blue Lagoon #036983
Tints of Blue Lagoon #036983
RGB
CMYK
RGB Variations
Color information
#036983 (or 0x036983) is known color: Blue Lagoon. HEX triplet: 03, 69 and 83. RGB value is (3,105,131). Sum of RGB (Red+Green+Blue) = 3+105+131=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #036983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036983 is #FC967C. Grayscale: #4D4D4D. Windows color (decimal): -16553597 or 8612099. OLE color: 8612099.
HSL color Cylindrical-coordinate representation of color #036983: hue angle of 192.19º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036983 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 105 | 131 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.49 |
| HSL | 192.19º | 0.96% | 0.26% | - |
| HSV(B) | 192.19º | 0.98% | 0.51% | - |
| XYZ | 9.19 | 11.76 | 23.26 | - |
| YUV | 77.47 | 158.21 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 131 | 0.98 | 0.20 | 0 | 0.49 | 192.19 | 0.96 | 0.26 |
| Hex | 3 | 69 | 83 | 62 | 14 | 0 | 31 | C0 | 60 | 1A |
| Octal | 3 | 151 | 203 | 142 | 24 | 0 | 61 | 300 | 140 | 32 |
| Binary | 11 | 1101001 | 10000011 | 1100010 | 10100 | 0 | 110001 | 11000000 | 1100000 | 11010 |
Color Harmonies of #036983
Complementary color
Monochromatic Colors of #036983
Black with #036983
Text Example
Text Example
White with #036983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036983; }
p { color: rgb(3,105,131); }
H1.HeaderClassName
{
color: #036983;
}
.AnyTagClassName
{
color: #036983;
}
</style>
background-color css
<style>
a { background-color: #036983; }
a { background-color: rgb(3,105,131); }
div.DivClassName
{
background-color: #036983;
}
.BgClassName
{
background-color: #036983;
}
</style>
border-color css
<style>
span { border-color: #036983; }
span { border-color: rgb(3,105,131); }
td.TdClassName
{
border-color: #036983;
}
.TagClassName
{
border-color: #036983;
}
</style>