Shades of Dark Cerulean #03548F
Tints of Dark Cerulean #03548F
RGB
CMYK
RGB Variations
Color information
#03548F (or 0x03548F) is known color: Dark Cerulean. HEX triplet: 03, 54 and 8F. RGB value is (3,84,143). Sum of RGB (Red+Green+Blue) = 3+84+143=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 143 (56.25% from 255 or 62.17% from 230); Max value from RGB is 143 - color contains mainly: blue. Hex color #03548F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03548F is #FCAB70. Grayscale: #424242. Windows color (decimal): -16558961 or 9393155. OLE color: 9393155.
HSL color Cylindrical-coordinate representation of color #03548F: hue angle of 205.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03548F is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 84 | 143 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.44 |
| HSL | 205.29º | 0.96% | 0.29% | - |
| HSV(B) | 205.29º | 0.98% | 0.56% | - |
| XYZ | 8.17 | 8.34 | 27.17 | - |
| YUV | 66.51 | 171.16 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 84 | 143 | 0.98 | 0.41 | 0 | 0.44 | 205.29 | 0.96 | 0.29 |
| Hex | 3 | 54 | 8F | 62 | 29 | 0 | 2C | CD | 60 | 1D |
| Octal | 3 | 124 | 217 | 142 | 51 | 0 | 54 | 315 | 140 | 35 |
| Binary | 11 | 1010100 | 10001111 | 1100010 | 101001 | 0 | 101100 | 11001101 | 1100000 | 11101 |
Color Harmonies of #03548F
Complementary color
Monochromatic Colors of #03548F
Black with #03548F
Text Example
Text Example
White with #03548F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03548F; }
p { color: rgb(3,84,143); }
H1.HeaderClassName
{
color: #03548F;
}
.AnyTagClassName
{
color: #03548F;
}
</style>
background-color css
<style>
a { background-color: #03548F; }
a { background-color: rgb(3,84,143); }
div.DivClassName
{
background-color: #03548F;
}
.BgClassName
{
background-color: #03548F;
}
</style>
border-color css
<style>
span { border-color: #03548F; }
span { border-color: rgb(3,84,143); }
td.TdClassName
{
border-color: #03548F;
}
.TagClassName
{
border-color: #03548F;
}
</style>