Shades of Blue Lagoon #035966
Tints of Blue Lagoon #035966
RGB
CMYK
RGB Variations
Color information
#035966 (or 0x035966) is known color: Blue Lagoon. HEX triplet: 03, 59 and 66. RGB value is (3,89,102). Sum of RGB (Red+Green+Blue) = 3+89+102=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 102 (40.23% from 255 or 52.58% from 194); Max value from RGB is 102 - color contains mainly: blue. Hex color #035966 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035966 is #FCA699. Grayscale: #404040. Windows color (decimal): -16557722 or 6707459. OLE color: 6707459.
HSL color Cylindrical-coordinate representation of color #035966: hue angle of 187.88º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035966 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 89 | 102 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.6 |
| HSL | 187.88º | 0.94% | 0.21% | - |
| HSV(B) | 187.88º | 0.97% | 0.4% | - |
| XYZ | 6.01 | 8.12 | 13.82 | - |
| YUV | 64.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 102 | 0.97 | 0.13 | 0 | 0.6 | 187.88 | 0.94 | 0.21 |
| Hex | 3 | 59 | 66 | 61 | D | 0 | 3C | BC | 5E | 15 |
| Octal | 3 | 131 | 146 | 141 | 15 | 0 | 74 | 274 | 136 | 25 |
| Binary | 11 | 1011001 | 1100110 | 1100001 | 1101 | 0 | 111100 | 10111100 | 1011110 | 10101 |
Color Harmonies of #035966
Complementary color
Monochromatic Colors of #035966
Black with #035966
Text Example
Text Example
White with #035966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035966; }
p { color: rgb(3,89,102); }
H1.HeaderClassName
{
color: #035966;
}
.AnyTagClassName
{
color: #035966;
}
</style>
background-color css
<style>
a { background-color: #035966; }
a { background-color: rgb(3,89,102); }
div.DivClassName
{
background-color: #035966;
}
.BgClassName
{
background-color: #035966;
}
</style>
border-color css
<style>
span { border-color: #035966; }
span { border-color: rgb(3,89,102); }
td.TdClassName
{
border-color: #035966;
}
.TagClassName
{
border-color: #035966;
}
</style>