Shades of Dark Cerulean #035185
Tints of Dark Cerulean #035185
RGB
CMYK
RGB Variations
Color information
#035185 (or 0x035185) is known color: Dark Cerulean. HEX triplet: 03, 51 and 85. RGB value is (3,81,133). Sum of RGB (Red+Green+Blue) = 3+81+133=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 133 (52.34% from 255 or 61.29% from 217); Max value from RGB is 133 - color contains mainly: blue. Hex color #035185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035185 is #FCAE7A. Grayscale: #3F3F3F. Windows color (decimal): -16559739 or 8737027. OLE color: 8737027.
HSL color Cylindrical-coordinate representation of color #035185: hue angle of 204º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035185 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 81 | 133 | - |
| CMYK | 0.98 | 0.39 | 0 | 0.48 |
| HSL | 204º | 0.96% | 0.27% | - |
| HSV(B) | 204º | 0.98% | 0.52% | - |
| XYZ | 7.21 | 7.6 | 23.28 | - |
| YUV | 63.61 | 167.16 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 133 | 0.98 | 0.39 | 0 | 0.48 | 204 | 0.96 | 0.27 |
| Hex | 3 | 51 | 85 | 62 | 27 | 0 | 30 | CC | 60 | 1B |
| Octal | 3 | 121 | 205 | 142 | 47 | 0 | 60 | 314 | 140 | 33 |
| Binary | 11 | 1010001 | 10000101 | 1100010 | 100111 | 0 | 110000 | 11001100 | 1100000 | 11011 |
Color Harmonies of #035185
Complementary color
Monochromatic Colors of #035185
Black with #035185
Text Example
Text Example
White with #035185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035185; }
p { color: rgb(3,81,133); }
H1.HeaderClassName
{
color: #035185;
}
.AnyTagClassName
{
color: #035185;
}
</style>
background-color css
<style>
a { background-color: #035185; }
a { background-color: rgb(3,81,133); }
div.DivClassName
{
background-color: #035185;
}
.BgClassName
{
background-color: #035185;
}
</style>
border-color css
<style>
span { border-color: #035185; }
span { border-color: rgb(3,81,133); }
td.TdClassName
{
border-color: #035185;
}
.TagClassName
{
border-color: #035185;
}
</style>