Shades of Dark Cerulean #03418C
Tints of Dark Cerulean #03418C
RGB
CMYK
RGB Variations
Color information
#03418C (or 0x03418C) is known color: Dark Cerulean. HEX triplet: 03, 41 and 8C. RGB value is (3,65,140). Sum of RGB (Red+Green+Blue) = 3+65+140=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #03418C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03418C is #FCBE73. Grayscale: #363636. Windows color (decimal): -16563828 or 9191683. OLE color: 9191683.
HSL color Cylindrical-coordinate representation of color #03418C: hue angle of 212.85º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03418C is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 65 | 140 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.45 |
| HSL | 212.85º | 0.96% | 0.28% | - |
| HSV(B) | 212.85º | 0.98% | 0.55% | - |
| XYZ | 6.66 | 5.69 | 25.56 | - |
| YUV | 55.01 | 175.96 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 140 | 0.98 | 0.54 | 0 | 0.45 | 212.85 | 0.96 | 0.28 |
| Hex | 3 | 41 | 8C | 62 | 36 | 0 | 2D | D5 | 60 | 1C |
| Octal | 3 | 101 | 214 | 142 | 66 | 0 | 55 | 325 | 140 | 34 |
| Binary | 11 | 1000001 | 10001100 | 1100010 | 110110 | 0 | 101101 | 11010101 | 1100000 | 11100 |
Color Harmonies of #03418C
Complementary color
Monochromatic Colors of #03418C
Black with #03418C
Text Example
Text Example
White with #03418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03418C; }
p { color: rgb(3,65,140); }
H1.HeaderClassName
{
color: #03418C;
}
.AnyTagClassName
{
color: #03418C;
}
</style>
background-color css
<style>
a { background-color: #03418C; }
a { background-color: rgb(3,65,140); }
div.DivClassName
{
background-color: #03418C;
}
.BgClassName
{
background-color: #03418C;
}
</style>
border-color css
<style>
span { border-color: #03418C; }
span { border-color: rgb(3,65,140); }
td.TdClassName
{
border-color: #03418C;
}
.TagClassName
{
border-color: #03418C;
}
</style>