Shades of Dark Cerulean #003281
Tints of Dark Cerulean #003281
RGB
CMYK
RGB Variations
Color information
#003281 (or 0x003281) is known color: Dark Cerulean. HEX triplet: 00, 32 and 81. RGB value is (0,50,129). Sum of RGB (Red+Green+Blue) = 0+50+129=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 129 (50.78% from 255 or 72.07% from 179); Max value from RGB is 129 - color contains mainly: blue. Hex color #003281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003281 is #FFCD7E. Grayscale: #2B2B2B. Windows color (decimal): -16764287 or 8466944. OLE color: 8466944.
HSL color Cylindrical-coordinate representation of color #003281: hue angle of 216.74º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003281 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 50 | 129 | - |
| CMYK | 1 | 0.61 | 0 | 0.49 |
| HSL | 216.74º | 1% | 0.25% | - |
| HSV(B) | 216.74º | 1% | 0.51% | - |
| XYZ | 5.1 | 3.87 | 21.25 | - |
| YUV | 44.06 | 175.94 | 96.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 129 | 1 | 0.61 | 0 | 0.49 | 216.74 | 1 | 0.25 |
| Hex | 0 | 32 | 81 | 64 | 3D | 0 | 31 | D9 | 64 | 19 |
| Octal | 0 | 62 | 201 | 144 | 75 | 0 | 61 | 331 | 144 | 31 |
| Binary | 0 | 110010 | 10000001 | 1100100 | 111101 | 0 | 110001 | 11011001 | 1100100 | 11001 |
Color Harmonies of #003281
Complementary color
Monochromatic Colors of #003281
Black with #003281
Text Example
Text Example
White with #003281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003281; }
p { color: rgb(0,50,129); }
H1.HeaderClassName
{
color: #003281;
}
.AnyTagClassName
{
color: #003281;
}
</style>
background-color css
<style>
a { background-color: #003281; }
a { background-color: rgb(0,50,129); }
div.DivClassName
{
background-color: #003281;
}
.BgClassName
{
background-color: #003281;
}
</style>
border-color css
<style>
span { border-color: #003281; }
span { border-color: rgb(0,50,129); }
td.TdClassName
{
border-color: #003281;
}
.TagClassName
{
border-color: #003281;
}
</style>