Shades of Dark Cerulean #003D89
Tints of Dark Cerulean #003D89
RGB
CMYK
RGB Variations
Color information
#003D89 (or 0x003D89) is known color: Dark Cerulean. HEX triplet: 00, 3D and 89. RGB value is (0,61,137). Sum of RGB (Red+Green+Blue) = 0+61+137=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 61 (24.22% from 255 or 30.81% from 198); Blue value is 137 (53.91% from 255 or 69.19% from 198); Max value from RGB is 137 - color contains mainly: blue. Hex color #003D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D89 is #FFC276. Grayscale: #333333. Windows color (decimal): -16761463 or 8994048. OLE color: 8994048.
HSL color Cylindrical-coordinate representation of color #003D89: hue angle of 213.28º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D89 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 61 | 137 | - |
| CMYK | 1 | 0.55 | 0 | 0.46 |
| HSL | 213.28º | 1% | 0.27% | - |
| HSV(B) | 213.28º | 1% | 0.54% | - |
| XYZ | 6.18 | 5.14 | 24.33 | - |
| YUV | 51.43 | 176.29 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 137 | 1 | 0.55 | 0 | 0.46 | 213.28 | 1 | 0.27 |
| Hex | 0 | 3D | 89 | 64 | 37 | 0 | 2E | D5 | 64 | 1B |
| Octal | 0 | 75 | 211 | 144 | 67 | 0 | 56 | 325 | 144 | 33 |
| Binary | 0 | 111101 | 10001001 | 1100100 | 110111 | 0 | 101110 | 11010101 | 1100100 | 11011 |
Color Harmonies of #003D89
Complementary color
Monochromatic Colors of #003D89
Black with #003D89
Text Example
Text Example
White with #003D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D89; }
p { color: rgb(0,61,137); }
H1.HeaderClassName
{
color: #003D89;
}
.AnyTagClassName
{
color: #003D89;
}
</style>
background-color css
<style>
a { background-color: #003D89; }
a { background-color: rgb(0,61,137); }
div.DivClassName
{
background-color: #003D89;
}
.BgClassName
{
background-color: #003D89;
}
</style>
border-color css
<style>
span { border-color: #003D89; }
span { border-color: rgb(0,61,137); }
td.TdClassName
{
border-color: #003D89;
}
.TagClassName
{
border-color: #003D89;
}
</style>