Shades of Blue Lagoon #036982
Tints of Blue Lagoon #036982
RGB
CMYK
RGB Variations
Color information
#036982 (or 0x036982) is known color: Blue Lagoon. HEX triplet: 03, 69 and 82. RGB value is (3,105,130). Sum of RGB (Red+Green+Blue) = 3+105+130=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #036982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036982 is #FC967D. Grayscale: #4D4D4D. Windows color (decimal): -16553598 or 8546563. OLE color: 8546563.
HSL color Cylindrical-coordinate representation of color #036982: hue angle of 191.81º degrees, saturation: 0.95, 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 #036982 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 105 | 130 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.49 |
| HSL | 191.81º | 0.95% | 0.26% | - |
| HSV(B) | 191.81º | 0.98% | 0.51% | - |
| XYZ | 9.12 | 11.73 | 22.9 | - |
| YUV | 77.35 | 157.71 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 105 | 130 | 0.98 | 0.19 | 0 | 0.49 | 191.81 | 0.95 | 0.26 |
| Hex | 3 | 69 | 82 | 62 | 13 | 0 | 31 | C0 | 5F | 1A |
| Octal | 3 | 151 | 202 | 142 | 23 | 0 | 61 | 300 | 137 | 32 |
| Binary | 11 | 1101001 | 10000010 | 1100010 | 10011 | 0 | 110001 | 11000000 | 1011111 | 11010 |
Color Harmonies of #036982
Complementary color
Monochromatic Colors of #036982
Black with #036982
Text Example
Text Example
White with #036982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #036982; }
p { color: rgb(3,105,130); }
H1.HeaderClassName
{
color: #036982;
}
.AnyTagClassName
{
color: #036982;
}
</style>
background-color css
<style>
a { background-color: #036982; }
a { background-color: rgb(3,105,130); }
div.DivClassName
{
background-color: #036982;
}
.BgClassName
{
background-color: #036982;
}
</style>
border-color css
<style>
span { border-color: #036982; }
span { border-color: rgb(3,105,130); }
td.TdClassName
{
border-color: #036982;
}
.TagClassName
{
border-color: #036982;
}
</style>