Shades of Dark Cerulean #003884
Tints of Dark Cerulean #003884
RGB
CMYK
RGB Variations
Color information
#003884 (or 0x003884) is known color: Dark Cerulean. HEX triplet: 00, 38 and 84. RGB value is (0,56,132). Sum of RGB (Red+Green+Blue) = 0+56+132=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 132 (51.95% from 255 or 70.21% from 188); Max value from RGB is 132 - color contains mainly: blue. Hex color #003884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003884 is #FFC77B. Grayscale: #2F2F2F. Windows color (decimal): -16762748 or 8665088. OLE color: 8665088.
HSL color Cylindrical-coordinate representation of color #003884: hue angle of 214.55º 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 #003884 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 56 | 132 | - |
| CMYK | 1 | 0.58 | 0 | 0.48 |
| HSL | 214.55º | 1% | 0.26% | - |
| HSV(B) | 214.55º | 1% | 0.52% | - |
| XYZ | 5.58 | 4.49 | 22.4 | - |
| YUV | 47.92 | 175.45 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 132 | 1 | 0.58 | 0 | 0.48 | 214.55 | 1 | 0.26 |
| Hex | 0 | 38 | 84 | 64 | 3A | 0 | 30 | D7 | 64 | 1A |
| Octal | 0 | 70 | 204 | 144 | 72 | 0 | 60 | 327 | 144 | 32 |
| Binary | 0 | 111000 | 10000100 | 1100100 | 111010 | 0 | 110000 | 11010111 | 1100100 | 11010 |
Color Harmonies of #003884
Complementary color
Monochromatic Colors of #003884
Black with #003884
Text Example
Text Example
White with #003884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003884; }
p { color: rgb(0,56,132); }
H1.HeaderClassName
{
color: #003884;
}
.AnyTagClassName
{
color: #003884;
}
</style>
background-color css
<style>
a { background-color: #003884; }
a { background-color: rgb(0,56,132); }
div.DivClassName
{
background-color: #003884;
}
.BgClassName
{
background-color: #003884;
}
</style>
border-color css
<style>
span { border-color: #003884; }
span { border-color: rgb(0,56,132); }
td.TdClassName
{
border-color: #003884;
}
.TagClassName
{
border-color: #003884;
}
</style>