Shades of Dark Cerulean #035485
Tints of Dark Cerulean #035485
RGB
CMYK
RGB Variations
Color information
#035485 (or 0x035485) is known color: Dark Cerulean. HEX triplet: 03, 54 and 85. RGB value is (3,84,133). Sum of RGB (Red+Green+Blue) = 3+84+133=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #035485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035485 is #FCAB7A. Grayscale: #414141. Windows color (decimal): -16558971 or 8737795. OLE color: 8737795.
HSL color Cylindrical-coordinate representation of color #035485: hue angle of 202.62º 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 #035485 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 84 | 133 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.48 |
| HSL | 202.62º | 0.96% | 0.27% | - |
| HSV(B) | 202.62º | 0.98% | 0.52% | - |
| XYZ | 7.44 | 8.05 | 23.35 | - |
| YUV | 65.37 | 166.16 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 133 | 0.98 | 0.37 | 0 | 0.48 | 202.62 | 0.96 | 0.27 |
| Hex | 3 | 54 | 85 | 62 | 25 | 0 | 30 | CB | 60 | 1B |
| Octal | 3 | 124 | 205 | 142 | 45 | 0 | 60 | 313 | 140 | 33 |
| Binary | 11 | 1010100 | 10000101 | 1100010 | 100101 | 0 | 110000 | 11001011 | 1100000 | 11011 |
Color Harmonies of #035485
Complementary color
Monochromatic Colors of #035485
Black with #035485
Text Example
Text Example
White with #035485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035485; }
p { color: rgb(3,84,133); }
H1.HeaderClassName
{
color: #035485;
}
.AnyTagClassName
{
color: #035485;
}
</style>
background-color css
<style>
a { background-color: #035485; }
a { background-color: rgb(3,84,133); }
div.DivClassName
{
background-color: #035485;
}
.BgClassName
{
background-color: #035485;
}
</style>
border-color css
<style>
span { border-color: #035485; }
span { border-color: rgb(3,84,133); }
td.TdClassName
{
border-color: #035485;
}
.TagClassName
{
border-color: #035485;
}
</style>