Shades of Blue Lagoon #035166
Tints of Blue Lagoon #035166
RGB
CMYK
RGB Variations
Color information
#035166 (or 0x035166) is known color: Blue Lagoon. HEX triplet: 03, 51 and 66. RGB value is (3,81,102). Sum of RGB (Red+Green+Blue) = 3+81+102=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 102 (40.23% from 255 or 54.84% from 186); Max value from RGB is 102 - color contains mainly: blue. Hex color #035166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035166 is #FCAE99. Grayscale: #3B3B3B. Windows color (decimal): -16559770 or 6705411. OLE color: 6705411.
HSL color Cylindrical-coordinate representation of color #035166: hue angle of 192.73º 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 #035166 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 81 | 102 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.6 |
| HSL | 192.73º | 0.94% | 0.21% | - |
| HSV(B) | 192.73º | 0.97% | 0.4% | - |
| XYZ | 5.38 | 6.86 | 13.61 | - |
| YUV | 60.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 102 | 0.97 | 0.21 | 0 | 0.6 | 192.73 | 0.94 | 0.21 |
| Hex | 3 | 51 | 66 | 61 | 15 | 0 | 3C | C1 | 5E | 15 |
| Octal | 3 | 121 | 146 | 141 | 25 | 0 | 74 | 301 | 136 | 25 |
| Binary | 11 | 1010001 | 1100110 | 1100001 | 10101 | 0 | 111100 | 11000001 | 1011110 | 10101 |
Color Harmonies of #035166
Complementary color
Monochromatic Colors of #035166
Black with #035166
Text Example
Text Example
White with #035166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035166; }
p { color: rgb(3,81,102); }
H1.HeaderClassName
{
color: #035166;
}
.AnyTagClassName
{
color: #035166;
}
</style>
background-color css
<style>
a { background-color: #035166; }
a { background-color: rgb(3,81,102); }
div.DivClassName
{
background-color: #035166;
}
.BgClassName
{
background-color: #035166;
}
</style>
border-color css
<style>
span { border-color: #035166; }
span { border-color: rgb(3,81,102); }
td.TdClassName
{
border-color: #035166;
}
.TagClassName
{
border-color: #035166;
}
</style>