Shades of Dark Cerulean #035078
Tints of Dark Cerulean #035078
RGB
CMYK
RGB Variations
Color information
#035078 (or 0x035078) is known color: Dark Cerulean. HEX triplet: 03, 50 and 78. RGB value is (3,80,120). Sum of RGB (Red+Green+Blue) = 3+80+120=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #035078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035078 is #FCAF87. Grayscale: #3D3D3D. Windows color (decimal): -16560008 or 7884803. OLE color: 7884803.
HSL color Cylindrical-coordinate representation of color #035078: hue angle of 200.51º 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 #035078 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 3 | 80 | 120 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.53 |
| HSL | 200.51º | 0.95% | 0.24% | - |
| HSV(B) | 200.51º | 0.98% | 0.47% | - |
| XYZ | 6.3 | 7.11 | 18.81 | - |
| YUV | 61.54 | 160.99 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 80 | 120 | 0.98 | 0.33 | 0 | 0.53 | 200.51 | 0.95 | 0.24 |
| Hex | 3 | 50 | 78 | 62 | 21 | 0 | 35 | C9 | 5F | 18 |
| Octal | 3 | 120 | 170 | 142 | 41 | 0 | 65 | 311 | 137 | 30 |
| Binary | 11 | 1010000 | 1111000 | 1100010 | 100001 | 0 | 110101 | 11001001 | 1011111 | 11000 |
Color Harmonies of #035078
Complementary color
Monochromatic Colors of #035078
Black with #035078
Text Example
Text Example
White with #035078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035078; }
p { color: rgb(3,80,120); }
H1.HeaderClassName
{
color: #035078;
}
.AnyTagClassName
{
color: #035078;
}
</style>
background-color css
<style>
a { background-color: #035078; }
a { background-color: rgb(3,80,120); }
div.DivClassName
{
background-color: #035078;
}
.BgClassName
{
background-color: #035078;
}
</style>
border-color css
<style>
span { border-color: #035078; }
span { border-color: rgb(3,80,120); }
td.TdClassName
{
border-color: #035078;
}
.TagClassName
{
border-color: #035078;
}
</style>