Shades of Dark Cerulean #035295
Tints of Dark Cerulean #035295
RGB
CMYK
RGB Variations
Color information
#035295 (or 0x035295) is known color: Dark Cerulean. HEX triplet: 03, 52 and 95. RGB value is (3,82,149). Sum of RGB (Red+Green+Blue) = 3+82+149=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #035295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035295 is #FCAD6A. Grayscale: #414141. Windows color (decimal): -16559467 or 9785859. OLE color: 9785859.
HSL color Cylindrical-coordinate representation of color #035295: hue angle of 207.53º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035295 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 82 | 149 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.42 |
| HSL | 207.53º | 0.96% | 0.3% | - |
| HSV(B) | 207.53º | 0.98% | 0.58% | - |
| XYZ | 8.48 | 8.22 | 29.57 | - |
| YUV | 66.02 | 174.83 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 149 | 0.98 | 0.45 | 0 | 0.42 | 207.53 | 0.96 | 0.3 |
| Hex | 3 | 52 | 95 | 62 | 2D | 0 | 2A | D0 | 60 | 1E |
| Octal | 3 | 122 | 225 | 142 | 55 | 0 | 52 | 320 | 140 | 36 |
| Binary | 11 | 1010010 | 10010101 | 1100010 | 101101 | 0 | 101010 | 11010000 | 1100000 | 11110 |
Color Harmonies of #035295
Complementary color
Monochromatic Colors of #035295
Black with #035295
Text Example
Text Example
White with #035295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035295; }
p { color: rgb(3,82,149); }
H1.HeaderClassName
{
color: #035295;
}
.AnyTagClassName
{
color: #035295;
}
</style>
background-color css
<style>
a { background-color: #035295; }
a { background-color: rgb(3,82,149); }
div.DivClassName
{
background-color: #035295;
}
.BgClassName
{
background-color: #035295;
}
</style>
border-color css
<style>
span { border-color: #035295; }
span { border-color: rgb(3,82,149); }
td.TdClassName
{
border-color: #035295;
}
.TagClassName
{
border-color: #035295;
}
</style>