Shades of Blue Lagoon #035965
Tints of Blue Lagoon #035965
RGB
CMYK
RGB Variations
Color information
#035965 (or 0x035965) is known color: Blue Lagoon. HEX triplet: 03, 59 and 65. RGB value is (3,89,101). Sum of RGB (Red+Green+Blue) = 3+89+101=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #035965 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035965 is #FCA69A. Grayscale: #404040. Windows color (decimal): -16557723 or 6641923. OLE color: 6641923.
HSL color Cylindrical-coordinate representation of color #035965: hue angle of 187.35º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035965 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 89 | 101 | - |
| CMYK | 0.97 | 0.12 | 0 | 0.60 |
| HSL | 187.35º | 0.94% | 0.2% | - |
| HSV(B) | 187.35º | 0.97% | 0.4% | - |
| XYZ | 5.96 | 8.1 | 13.56 | - |
| YUV | 64.65 | 148.51 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 101 | 0.97 | 0.12 | 0 | 0.60 | 187.35 | 0.94 | 0.2 |
| Hex | 3 | 59 | 65 | 61 | C | 0 | 3C | BB | 5E | 14 |
| Octal | 3 | 131 | 145 | 141 | 14 | 0 | 74 | 273 | 136 | 24 |
| Binary | 11 | 1011001 | 1100101 | 1100001 | 1100 | 0 | 111100 | 10111011 | 1011110 | 10100 |
Color Harmonies of #035965
Complementary color
Monochromatic Colors of #035965
Black with #035965
Text Example
Text Example
White with #035965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035965; }
p { color: rgb(3,89,101); }
H1.HeaderClassName
{
color: #035965;
}
.AnyTagClassName
{
color: #035965;
}
</style>
background-color css
<style>
a { background-color: #035965; }
a { background-color: rgb(3,89,101); }
div.DivClassName
{
background-color: #035965;
}
.BgClassName
{
background-color: #035965;
}
</style>
border-color css
<style>
span { border-color: #035965; }
span { border-color: rgb(3,89,101); }
td.TdClassName
{
border-color: #035965;
}
.TagClassName
{
border-color: #035965;
}
</style>