Shades of Blue Lagoon #035A78
Tints of Blue Lagoon #035A78
RGB
CMYK
RGB Variations
Color information
#035A78 (or 0x035A78) is known color: Blue Lagoon. HEX triplet: 03, 5A and 78. RGB value is (3,90,120). Sum of RGB (Red+Green+Blue) = 3+90+120=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 120 (47.27% from 255 or 56.34% from 213); Max value from RGB is 120 - color contains mainly: blue. Hex color #035A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035A78 is #FCA587. Grayscale: #434343. Windows color (decimal): -16557448 or 7887363. OLE color: 7887363.
HSL color Cylindrical-coordinate representation of color #035A78: hue angle of 195.38º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035A78 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 90 | 120 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.53 |
| HSL | 195.38º | 0.95% | 0.24% | - |
| HSV(B) | 195.38º | 0.98% | 0.47% | - |
| XYZ | 7.08 | 8.69 | 19.07 | - |
| YUV | 67.41 | 157.68 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 120 | 0.98 | 0.25 | 0 | 0.53 | 195.38 | 0.95 | 0.24 |
| Hex | 3 | 5A | 78 | 62 | 19 | 0 | 35 | C3 | 5F | 18 |
| Octal | 3 | 132 | 170 | 142 | 31 | 0 | 65 | 303 | 137 | 30 |
| Binary | 11 | 1011010 | 1111000 | 1100010 | 11001 | 0 | 110101 | 11000011 | 1011111 | 11000 |
Color Harmonies of #035A78
Complementary color
Monochromatic Colors of #035A78
Black with #035A78
Text Example
Text Example
White with #035A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035A78; }
p { color: rgb(3,90,120); }
H1.HeaderClassName
{
color: #035A78;
}
.AnyTagClassName
{
color: #035A78;
}
</style>
background-color css
<style>
a { background-color: #035A78; }
a { background-color: rgb(3,90,120); }
div.DivClassName
{
background-color: #035A78;
}
.BgClassName
{
background-color: #035A78;
}
</style>
border-color css
<style>
span { border-color: #035A78; }
span { border-color: rgb(3,90,120); }
td.TdClassName
{
border-color: #035A78;
}
.TagClassName
{
border-color: #035A78;
}
</style>