Shades of Dark Cerulean #03448D
Tints of Dark Cerulean #03448D
RGB
CMYK
RGB Variations
Color information
#03448D (or 0x03448D) is known color: Dark Cerulean. HEX triplet: 03, 44 and 8D. RGB value is (3,68,141). Sum of RGB (Red+Green+Blue) = 3+68+141=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #03448D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03448D is #FCBB72. Grayscale: #383838. Windows color (decimal): -16563059 or 9257987. OLE color: 9257987.
HSL color Cylindrical-coordinate representation of color #03448D: hue angle of 211.74º 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 #03448D is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 68 | 141 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.45 |
| HSL | 211.74º | 0.96% | 0.28% | - |
| HSV(B) | 211.74º | 0.98% | 0.55% | - |
| XYZ | 6.91 | 6.08 | 26.01 | - |
| YUV | 56.89 | 175.47 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 141 | 0.98 | 0.52 | 0 | 0.45 | 211.74 | 0.96 | 0.28 |
| Hex | 3 | 44 | 8D | 62 | 34 | 0 | 2D | D4 | 60 | 1C |
| Octal | 3 | 104 | 215 | 142 | 64 | 0 | 55 | 324 | 140 | 34 |
| Binary | 11 | 1000100 | 10001101 | 1100010 | 110100 | 0 | 101101 | 11010100 | 1100000 | 11100 |
Color Harmonies of #03448D
Complementary color
Monochromatic Colors of #03448D
Black with #03448D
Text Example
Text Example
White with #03448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03448D; }
p { color: rgb(3,68,141); }
H1.HeaderClassName
{
color: #03448D;
}
.AnyTagClassName
{
color: #03448D;
}
</style>
background-color css
<style>
a { background-color: #03448D; }
a { background-color: rgb(3,68,141); }
div.DivClassName
{
background-color: #03448D;
}
.BgClassName
{
background-color: #03448D;
}
</style>
border-color css
<style>
span { border-color: #03448D; }
span { border-color: rgb(3,68,141); }
td.TdClassName
{
border-color: #03448D;
}
.TagClassName
{
border-color: #03448D;
}
</style>