Shades of Blue Lagoon #035865
Tints of Blue Lagoon #035865
RGB
CMYK
RGB Variations
Color information
#035865 (or 0x035865) is known color: Blue Lagoon. HEX triplet: 03, 58 and 65. RGB value is (3,88,101). Sum of RGB (Red+Green+Blue) = 3+88+101=192 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.56% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 101 (39.84% from 255 or 52.60% from 192); Max value from RGB is 101 - color contains mainly: blue. Hex color #035865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035865 is #FCA79A. Grayscale: #3F3F3F. Windows color (decimal): -16557979 or 6641667. OLE color: 6641667.
HSL color Cylindrical-coordinate representation of color #035865: hue angle of 187.96º 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 #035865 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 88 | 101 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.60 |
| HSL | 187.96º | 0.94% | 0.2% | - |
| HSV(B) | 187.96º | 0.97% | 0.4% | - |
| XYZ | 5.88 | 7.94 | 13.53 | - |
| YUV | 64.07 | 148.84 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 101 | 0.97 | 0.13 | 0 | 0.60 | 187.96 | 0.94 | 0.2 |
| Hex | 3 | 58 | 65 | 61 | D | 0 | 3C | BC | 5E | 14 |
| Octal | 3 | 130 | 145 | 141 | 15 | 0 | 74 | 274 | 136 | 24 |
| Binary | 11 | 1011000 | 1100101 | 1100001 | 1101 | 0 | 111100 | 10111100 | 1011110 | 10100 |
Color Harmonies of #035865
Complementary color
Monochromatic Colors of #035865
Black with #035865
Text Example
Text Example
White with #035865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035865; }
p { color: rgb(3,88,101); }
H1.HeaderClassName
{
color: #035865;
}
.AnyTagClassName
{
color: #035865;
}
</style>
background-color css
<style>
a { background-color: #035865; }
a { background-color: rgb(3,88,101); }
div.DivClassName
{
background-color: #035865;
}
.BgClassName
{
background-color: #035865;
}
</style>
border-color css
<style>
span { border-color: #035865; }
span { border-color: rgb(3,88,101); }
td.TdClassName
{
border-color: #035865;
}
.TagClassName
{
border-color: #035865;
}
</style>