Shades of Dark Cerulean #003D84
Tints of Dark Cerulean #003D84
RGB
CMYK
RGB Variations
Color information
#003D84 (or 0x003D84) is known color: Dark Cerulean. HEX triplet: 00, 3D and 84. RGB value is (0,61,132). Sum of RGB (Red+Green+Blue) = 0+61+132=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #003D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D84 is #FFC27B. Grayscale: #323232. Windows color (decimal): -16761468 or 8666368. OLE color: 8666368.
HSL color Cylindrical-coordinate representation of color #003D84: hue angle of 212.27º 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 #003D84 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 61 | 132 | - |
| CMYK | 1 | 0.54 | 0 | 0.48 |
| HSL | 212.27º | 1% | 0.26% | - |
| HSV(B) | 212.27º | 1% | 0.52% | - |
| XYZ | 5.83 | 5 | 22.49 | - |
| YUV | 50.86 | 173.79 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 132 | 1 | 0.54 | 0 | 0.48 | 212.27 | 1 | 0.26 |
| Hex | 0 | 3D | 84 | 64 | 36 | 0 | 30 | D4 | 64 | 1A |
| Octal | 0 | 75 | 204 | 144 | 66 | 0 | 60 | 324 | 144 | 32 |
| Binary | 0 | 111101 | 10000100 | 1100100 | 110110 | 0 | 110000 | 11010100 | 1100100 | 11010 |
Color Harmonies of #003D84
Complementary color
Monochromatic Colors of #003D84
Black with #003D84
Text Example
Text Example
White with #003D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D84; }
p { color: rgb(0,61,132); }
H1.HeaderClassName
{
color: #003D84;
}
.AnyTagClassName
{
color: #003D84;
}
</style>
background-color css
<style>
a { background-color: #003D84; }
a { background-color: rgb(0,61,132); }
div.DivClassName
{
background-color: #003D84;
}
.BgClassName
{
background-color: #003D84;
}
</style>
border-color css
<style>
span { border-color: #003D84; }
span { border-color: rgb(0,61,132); }
td.TdClassName
{
border-color: #003D84;
}
.TagClassName
{
border-color: #003D84;
}
</style>