Shades of Dark Cerulean #003584
Tints of Dark Cerulean #003584
RGB
CMYK
RGB Variations
Color information
#003584 (or 0x003584) is known color: Dark Cerulean. HEX triplet: 00, 35 and 84. RGB value is (0,53,132). Sum of RGB (Red+Green+Blue) = 0+53+132=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #003584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003584 is #FFCA7B. Grayscale: #2D2D2D. Windows color (decimal): -16763516 or 8664320. OLE color: 8664320.
HSL color Cylindrical-coordinate representation of color #003584: hue angle of 215.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003584 is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 53 | 132 | - |
| CMYK | 1 | 0.60 | 0 | 0.48 |
| HSL | 215.91º | 1% | 0.26% | - |
| HSV(B) | 215.91º | 1% | 0.52% | - |
| XYZ | 5.44 | 4.21 | 22.36 | - |
| YUV | 46.16 | 176.44 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 132 | 1 | 0.60 | 0 | 0.48 | 215.91 | 1 | 0.26 |
| Hex | 0 | 35 | 84 | 64 | 3C | 0 | 30 | D8 | 64 | 1A |
| Octal | 0 | 65 | 204 | 144 | 74 | 0 | 60 | 330 | 144 | 32 |
| Binary | 0 | 110101 | 10000100 | 1100100 | 111100 | 0 | 110000 | 11011000 | 1100100 | 11010 |
Color Harmonies of #003584
Complementary color
Monochromatic Colors of #003584
Black with #003584
Text Example
Text Example
White with #003584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003584; }
p { color: rgb(0,53,132); }
H1.HeaderClassName
{
color: #003584;
}
.AnyTagClassName
{
color: #003584;
}
</style>
background-color css
<style>
a { background-color: #003584; }
a { background-color: rgb(0,53,132); }
div.DivClassName
{
background-color: #003584;
}
.BgClassName
{
background-color: #003584;
}
</style>
border-color css
<style>
span { border-color: #003584; }
span { border-color: rgb(0,53,132); }
td.TdClassName
{
border-color: #003584;
}
.TagClassName
{
border-color: #003584;
}
</style>