Shades of Blue Lagoon #035868
Tints of Blue Lagoon #035868
RGB
CMYK
RGB Variations
Color information
#035868 (or 0x035868) is known color: Blue Lagoon. HEX triplet: 03, 58 and 68. RGB value is (3,88,104). Sum of RGB (Red+Green+Blue) = 3+88+104=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 104 (41.02% from 255 or 53.33% from 195); Max value from RGB is 104 - color contains mainly: blue. Hex color #035868 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035868 is #FCA797. Grayscale: #404040. Windows color (decimal): -16557976 or 6838275. OLE color: 6838275.
HSL color Cylindrical-coordinate representation of color #035868: hue angle of 189.5º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035868 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 88 | 104 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.59 |
| HSL | 189.5º | 0.94% | 0.21% | - |
| HSV(B) | 189.5º | 0.97% | 0.41% | - |
| XYZ | 6.03 | 8 | 14.32 | - |
| YUV | 64.41 | 150.34 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 104 | 0.97 | 0.15 | 0 | 0.59 | 189.5 | 0.94 | 0.21 |
| Hex | 3 | 58 | 68 | 61 | F | 0 | 3B | BE | 5E | 15 |
| Octal | 3 | 130 | 150 | 141 | 17 | 0 | 73 | 276 | 136 | 25 |
| Binary | 11 | 1011000 | 1101000 | 1100001 | 1111 | 0 | 111011 | 10111110 | 1011110 | 10101 |
Color Harmonies of #035868
Complementary color
Monochromatic Colors of #035868
Black with #035868
Text Example
Text Example
White with #035868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035868; }
p { color: rgb(3,88,104); }
H1.HeaderClassName
{
color: #035868;
}
.AnyTagClassName
{
color: #035868;
}
</style>
background-color css
<style>
a { background-color: #035868; }
a { background-color: rgb(3,88,104); }
div.DivClassName
{
background-color: #035868;
}
.BgClassName
{
background-color: #035868;
}
</style>
border-color css
<style>
span { border-color: #035868; }
span { border-color: rgb(3,88,104); }
td.TdClassName
{
border-color: #035868;
}
.TagClassName
{
border-color: #035868;
}
</style>