Shades of Dark Cerulean #035385
Tints of Dark Cerulean #035385
RGB
CMYK
RGB Variations
Color information
#035385 (or 0x035385) is known color: Dark Cerulean. HEX triplet: 03, 53 and 85. RGB value is (3,83,133). Sum of RGB (Red+Green+Blue) = 3+83+133=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #035385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035385 is #FCAC7A. Grayscale: #404040. Windows color (decimal): -16559227 or 8737539. OLE color: 8737539.
HSL color Cylindrical-coordinate representation of color #035385: hue angle of 203.08º 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 #035385 is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 83 | 133 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.48 |
| HSL | 203.08º | 0.96% | 0.27% | - |
| HSV(B) | 203.08º | 0.98% | 0.52% | - |
| XYZ | 7.36 | 7.9 | 23.33 | - |
| YUV | 64.78 | 166.5 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 133 | 0.98 | 0.38 | 0 | 0.48 | 203.08 | 0.96 | 0.27 |
| Hex | 3 | 53 | 85 | 62 | 26 | 0 | 30 | CB | 60 | 1B |
| Octal | 3 | 123 | 205 | 142 | 46 | 0 | 60 | 313 | 140 | 33 |
| Binary | 11 | 1010011 | 10000101 | 1100010 | 100110 | 0 | 110000 | 11001011 | 1100000 | 11011 |
Color Harmonies of #035385
Complementary color
Monochromatic Colors of #035385
Black with #035385
Text Example
Text Example
White with #035385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035385; }
p { color: rgb(3,83,133); }
H1.HeaderClassName
{
color: #035385;
}
.AnyTagClassName
{
color: #035385;
}
</style>
background-color css
<style>
a { background-color: #035385; }
a { background-color: rgb(3,83,133); }
div.DivClassName
{
background-color: #035385;
}
.BgClassName
{
background-color: #035385;
}
</style>
border-color css
<style>
span { border-color: #035385; }
span { border-color: rgb(3,83,133); }
td.TdClassName
{
border-color: #035385;
}
.TagClassName
{
border-color: #035385;
}
</style>