Shades of Dark Cerulean #003D86
Tints of Dark Cerulean #003D86
RGB
CMYK
RGB Variations
Color information
#003D86 (or 0x003D86) is known color: Dark Cerulean. HEX triplet: 00, 3D and 86. RGB value is (0,61,134). Sum of RGB (Red+Green+Blue) = 0+61+134=195 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 134 (52.73% from 255 or 68.72% from 195); Max value from RGB is 134 - color contains mainly: blue. Hex color #003D86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003D86 is #FFC279. Grayscale: #323232. Windows color (decimal): -16761466 or 8797440. OLE color: 8797440.
HSL color Cylindrical-coordinate representation of color #003D86: hue angle of 212.69º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D86 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 61 | 134 | - |
| CMYK | 1 | 0.54 | 0 | 0.47 |
| HSL | 212.69º | 1% | 0.26% | - |
| HSV(B) | 212.69º | 1% | 0.53% | - |
| XYZ | 5.97 | 5.06 | 23.22 | - |
| YUV | 51.08 | 174.79 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 134 | 1 | 0.54 | 0 | 0.47 | 212.69 | 1 | 0.26 |
| Hex | 0 | 3D | 86 | 64 | 36 | 0 | 2F | D5 | 64 | 1A |
| Octal | 0 | 75 | 206 | 144 | 66 | 0 | 57 | 325 | 144 | 32 |
| Binary | 0 | 111101 | 10000110 | 1100100 | 110110 | 0 | 101111 | 11010101 | 1100100 | 11010 |
Color Harmonies of #003D86
Complementary color
Monochromatic Colors of #003D86
Black with #003D86
Text Example
Text Example
White with #003D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D86; }
p { color: rgb(0,61,134); }
H1.HeaderClassName
{
color: #003D86;
}
.AnyTagClassName
{
color: #003D86;
}
</style>
background-color css
<style>
a { background-color: #003D86; }
a { background-color: rgb(0,61,134); }
div.DivClassName
{
background-color: #003D86;
}
.BgClassName
{
background-color: #003D86;
}
</style>
border-color css
<style>
span { border-color: #003D86; }
span { border-color: rgb(0,61,134); }
td.TdClassName
{
border-color: #003D86;
}
.TagClassName
{
border-color: #003D86;
}
</style>