Shades of Blue Lagoon #035070
Tints of Blue Lagoon #035070
RGB
CMYK
RGB Variations
Color information
#035070 (or 0x035070) is known color: Blue Lagoon. HEX triplet: 03, 50 and 70. RGB value is (3,80,112). Sum of RGB (Red+Green+Blue) = 3+80+112=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #035070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035070 is #FCAF8F. Grayscale: #3C3C3C. Windows color (decimal): -16560016 or 7360515. OLE color: 7360515.
HSL color Cylindrical-coordinate representation of color #035070: hue angle of 197.61º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035070 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 3 | 80 | 112 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.56 |
| HSL | 197.61º | 0.95% | 0.23% | - |
| HSV(B) | 197.61º | 0.97% | 0.44% | - |
| XYZ | 5.83 | 6.93 | 16.36 | - |
| YUV | 60.63 | 156.99 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 112 | 0.97 | 0.29 | 0 | 0.56 | 197.61 | 0.95 | 0.23 |
| Hex | 3 | 50 | 70 | 61 | 1D | 0 | 38 | C6 | 5F | 17 |
| Octal | 3 | 120 | 160 | 141 | 35 | 0 | 70 | 306 | 137 | 27 |
| Binary | 11 | 1010000 | 1110000 | 1100001 | 11101 | 0 | 111000 | 11000110 | 1011111 | 10111 |
Color Harmonies of #035070
Complementary color
Monochromatic Colors of #035070
Black with #035070
Text Example
Text Example
White with #035070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035070; }
p { color: rgb(3,80,112); }
H1.HeaderClassName
{
color: #035070;
}
.AnyTagClassName
{
color: #035070;
}
</style>
background-color css
<style>
a { background-color: #035070; }
a { background-color: rgb(3,80,112); }
div.DivClassName
{
background-color: #035070;
}
.BgClassName
{
background-color: #035070;
}
</style>
border-color css
<style>
span { border-color: #035070; }
span { border-color: rgb(3,80,112); }
td.TdClassName
{
border-color: #035070;
}
.TagClassName
{
border-color: #035070;
}
</style>