Shades of Blue Lagoon #035163
Tints of Blue Lagoon #035163
RGB
CMYK
RGB Variations
Color information
#035163 (or 0x035163) is known color: Blue Lagoon. HEX triplet: 03, 51 and 63. RGB value is (3,81,99). Sum of RGB (Red+Green+Blue) = 3+81+99=183 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.64% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #035163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035163 is #FCAE9C. Grayscale: #3B3B3B. Windows color (decimal): -16559773 or 6508803. OLE color: 6508803.
HSL color Cylindrical-coordinate representation of color #035163: hue angle of 191.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035163 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 81 | 99 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.61 |
| HSL | 191.25º | 0.94% | 0.2% | - |
| HSV(B) | 191.25º | 0.97% | 0.39% | - |
| XYZ | 5.23 | 6.81 | 12.84 | - |
| YUV | 59.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 99 | 0.97 | 0.18 | 0 | 0.61 | 191.25 | 0.94 | 0.2 |
| Hex | 3 | 51 | 63 | 61 | 12 | 0 | 3D | BF | 5E | 14 |
| Octal | 3 | 121 | 143 | 141 | 22 | 0 | 75 | 277 | 136 | 24 |
| Binary | 11 | 1010001 | 1100011 | 1100001 | 10010 | 0 | 111101 | 10111111 | 1011110 | 10100 |
Color Harmonies of #035163
Complementary color
Monochromatic Colors of #035163
Black with #035163
Text Example
Text Example
White with #035163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035163; }
p { color: rgb(3,81,99); }
H1.HeaderClassName
{
color: #035163;
}
.AnyTagClassName
{
color: #035163;
}
</style>
background-color css
<style>
a { background-color: #035163; }
a { background-color: rgb(3,81,99); }
div.DivClassName
{
background-color: #035163;
}
.BgClassName
{
background-color: #035163;
}
</style>
border-color css
<style>
span { border-color: #035163; }
span { border-color: rgb(3,81,99); }
td.TdClassName
{
border-color: #035163;
}
.TagClassName
{
border-color: #035163;
}
</style>