Shades of Dark Cerulean #03548D
Tints of Dark Cerulean #03548D
RGB
CMYK
RGB Variations
Color information
#03548D (or 0x03548D) is known color: Dark Cerulean. HEX triplet: 03, 54 and 8D. RGB value is (3,84,141). Sum of RGB (Red+Green+Blue) = 3+84+141=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #03548D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03548D is #FCAB72. Grayscale: #414141. Windows color (decimal): -16558963 or 9262083. OLE color: 9262083.
HSL color Cylindrical-coordinate representation of color #03548D: hue angle of 204.78º 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 #03548D is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 84 | 141 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.45 |
| HSL | 204.78º | 0.96% | 0.28% | - |
| HSV(B) | 204.78º | 0.98% | 0.55% | - |
| XYZ | 8.02 | 8.28 | 26.38 | - |
| YUV | 66.28 | 170.16 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 141 | 0.98 | 0.40 | 0 | 0.45 | 204.78 | 0.96 | 0.28 |
| Hex | 3 | 54 | 8D | 62 | 28 | 0 | 2D | CD | 60 | 1C |
| Octal | 3 | 124 | 215 | 142 | 50 | 0 | 55 | 315 | 140 | 34 |
| Binary | 11 | 1010100 | 10001101 | 1100010 | 101000 | 0 | 101101 | 11001101 | 1100000 | 11100 |
Color Harmonies of #03548D
Complementary color
Monochromatic Colors of #03548D
Black with #03548D
Text Example
Text Example
White with #03548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03548D; }
p { color: rgb(3,84,141); }
H1.HeaderClassName
{
color: #03548D;
}
.AnyTagClassName
{
color: #03548D;
}
</style>
background-color css
<style>
a { background-color: #03548D; }
a { background-color: rgb(3,84,141); }
div.DivClassName
{
background-color: #03548D;
}
.BgClassName
{
background-color: #03548D;
}
</style>
border-color css
<style>
span { border-color: #03548D; }
span { border-color: rgb(3,84,141); }
td.TdClassName
{
border-color: #03548D;
}
.TagClassName
{
border-color: #03548D;
}
</style>