Shades of Blue Lagoon #035768
Tints of Blue Lagoon #035768
RGB
CMYK
RGB Variations
Color information
#035768 (or 0x035768) is known color: Blue Lagoon. HEX triplet: 03, 57 and 68. RGB value is (3,87,104). Sum of RGB (Red+Green+Blue) = 3+87+104=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 87 (34.38% from 255 or 44.85% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #035768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035768 is #FCA897. Grayscale: #3F3F3F. Windows color (decimal): -16558232 or 6838019. OLE color: 6838019.
HSL color Cylindrical-coordinate representation of color #035768: hue angle of 190.1º 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 #035768 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 87 | 104 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.59 |
| HSL | 190.1º | 0.94% | 0.21% | - |
| HSV(B) | 190.1º | 0.97% | 0.41% | - |
| XYZ | 5.94 | 7.84 | 14.3 | - |
| YUV | 63.82 | 150.67 | 84.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 87 | 104 | 0.97 | 0.16 | 0 | 0.59 | 190.1 | 0.94 | 0.21 |
| Hex | 3 | 57 | 68 | 61 | 10 | 0 | 3B | BE | 5E | 15 |
| Octal | 3 | 127 | 150 | 141 | 20 | 0 | 73 | 276 | 136 | 25 |
| Binary | 11 | 1010111 | 1101000 | 1100001 | 10000 | 0 | 111011 | 10111110 | 1011110 | 10101 |
Color Harmonies of #035768
Complementary color
Monochromatic Colors of #035768
Black with #035768
Text Example
Text Example
White with #035768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035768; }
p { color: rgb(3,87,104); }
H1.HeaderClassName
{
color: #035768;
}
.AnyTagClassName
{
color: #035768;
}
</style>
background-color css
<style>
a { background-color: #035768; }
a { background-color: rgb(3,87,104); }
div.DivClassName
{
background-color: #035768;
}
.BgClassName
{
background-color: #035768;
}
</style>
border-color css
<style>
span { border-color: #035768; }
span { border-color: rgb(3,87,104); }
td.TdClassName
{
border-color: #035768;
}
.TagClassName
{
border-color: #035768;
}
</style>