Shades of Dark Cerulean #003880
Tints of Dark Cerulean #003880
RGB
CMYK
RGB Variations
Color information
#003880 (or 0x003880) is known color: Dark Cerulean. HEX triplet: 00, 38 and 80. RGB value is (0,56,128). Sum of RGB (Red+Green+Blue) = 0+56+128=184 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 128 (50.39% from 255 or 69.57% from 184); Max value from RGB is 128 - color contains mainly: blue. Hex color #003880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003880 is #FFC77F. Grayscale: #2F2F2F. Windows color (decimal): -16762752 or 8402944. OLE color: 8402944.
HSL color Cylindrical-coordinate representation of color #003880: hue angle of 213.75º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003880 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 56 | 128 | - |
| CMYK | 1 | 0.56 | 0 | 0.50 |
| HSL | 213.75º | 1% | 0.25% | - |
| HSV(B) | 213.75º | 1% | 0.5% | - |
| XYZ | 5.31 | 4.39 | 20.99 | - |
| YUV | 47.46 | 173.45 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 128 | 1 | 0.56 | 0 | 0.50 | 213.75 | 1 | 0.25 |
| Hex | 0 | 38 | 80 | 64 | 38 | 0 | 32 | D6 | 64 | 19 |
| Octal | 0 | 70 | 200 | 144 | 70 | 0 | 62 | 326 | 144 | 31 |
| Binary | 0 | 111000 | 10000000 | 1100100 | 111000 | 0 | 110010 | 11010110 | 1100100 | 11001 |
Color Harmonies of #003880
Complementary color
Monochromatic Colors of #003880
Black with #003880
Text Example
Text Example
White with #003880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003880; }
p { color: rgb(0,56,128); }
H1.HeaderClassName
{
color: #003880;
}
.AnyTagClassName
{
color: #003880;
}
</style>
background-color css
<style>
a { background-color: #003880; }
a { background-color: rgb(0,56,128); }
div.DivClassName
{
background-color: #003880;
}
.BgClassName
{
background-color: #003880;
}
</style>
border-color css
<style>
span { border-color: #003880; }
span { border-color: rgb(0,56,128); }
td.TdClassName
{
border-color: #003880;
}
.TagClassName
{
border-color: #003880;
}
</style>