Shades of Dark Cerulean #003C89
Tints of Dark Cerulean #003C89
RGB
CMYK
RGB Variations
Color information
#003C89 (or 0x003C89) is known color: Dark Cerulean. HEX triplet: 00, 3C and 89. RGB value is (0,60,137). Sum of RGB (Red+Green+Blue) = 0+60+137=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 60 (23.83% from 255 or 30.46% from 197); Blue value is 137 (53.91% from 255 or 69.54% from 197); Max value from RGB is 137 - color contains mainly: blue. Hex color #003C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003C89 is #FFC376. Grayscale: #323232. Windows color (decimal): -16761719 or 8993792. OLE color: 8993792.
HSL color Cylindrical-coordinate representation of color #003C89: hue angle of 213.72º 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 #003C89 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 0 | 60 | 137 | - |
| CMYK | 1 | 0.56 | 0 | 0.46 |
| HSL | 213.72º | 1% | 0.27% | - |
| HSV(B) | 213.72º | 1% | 0.54% | - |
| XYZ | 6.13 | 5.04 | 24.32 | - |
| YUV | 50.84 | 176.62 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 137 | 1 | 0.56 | 0 | 0.46 | 213.72 | 1 | 0.27 |
| Hex | 0 | 3C | 89 | 64 | 38 | 0 | 2E | D6 | 64 | 1B |
| Octal | 0 | 74 | 211 | 144 | 70 | 0 | 56 | 326 | 144 | 33 |
| Binary | 0 | 111100 | 10001001 | 1100100 | 111000 | 0 | 101110 | 11010110 | 1100100 | 11011 |
Color Harmonies of #003C89
Complementary color
Monochromatic Colors of #003C89
Black with #003C89
Text Example
Text Example
White with #003C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C89; }
p { color: rgb(0,60,137); }
H1.HeaderClassName
{
color: #003C89;
}
.AnyTagClassName
{
color: #003C89;
}
</style>
background-color css
<style>
a { background-color: #003C89; }
a { background-color: rgb(0,60,137); }
div.DivClassName
{
background-color: #003C89;
}
.BgClassName
{
background-color: #003C89;
}
</style>
border-color css
<style>
span { border-color: #003C89; }
span { border-color: rgb(0,60,137); }
td.TdClassName
{
border-color: #003C89;
}
.TagClassName
{
border-color: #003C89;
}
</style>