Shades of Dark Cerulean #03488B
Tints of Dark Cerulean #03488B
RGB
CMYK
RGB Variations
Color information
#03488B (or 0x03488B) is known color: Dark Cerulean. HEX triplet: 03, 48 and 8B. RGB value is (3,72,139). Sum of RGB (Red+Green+Blue) = 3+72+139=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #03488B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03488B is #FCB774. Grayscale: #3A3A3A. Windows color (decimal): -16562037 or 9127939. OLE color: 9127939.
HSL color Cylindrical-coordinate representation of color #03488B: hue angle of 209.56º 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 #03488B is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 72 | 139 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.45 |
| HSL | 209.56º | 0.96% | 0.28% | - |
| HSV(B) | 209.56º | 0.98% | 0.55% | - |
| XYZ | 7.02 | 6.52 | 25.31 | - |
| YUV | 59.01 | 173.14 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 139 | 0.98 | 0.48 | 0 | 0.45 | 209.56 | 0.96 | 0.28 |
| Hex | 3 | 48 | 8B | 62 | 30 | 0 | 2D | D2 | 60 | 1C |
| Octal | 3 | 110 | 213 | 142 | 60 | 0 | 55 | 322 | 140 | 34 |
| Binary | 11 | 1001000 | 10001011 | 1100010 | 110000 | 0 | 101101 | 11010010 | 1100000 | 11100 |
Color Harmonies of #03488B
Complementary color
Monochromatic Colors of #03488B
Black with #03488B
Text Example
Text Example
White with #03488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03488B; }
p { color: rgb(3,72,139); }
H1.HeaderClassName
{
color: #03488B;
}
.AnyTagClassName
{
color: #03488B;
}
</style>
background-color css
<style>
a { background-color: #03488B; }
a { background-color: rgb(3,72,139); }
div.DivClassName
{
background-color: #03488B;
}
.BgClassName
{
background-color: #03488B;
}
</style>
border-color css
<style>
span { border-color: #03488B; }
span { border-color: rgb(3,72,139); }
td.TdClassName
{
border-color: #03488B;
}
.TagClassName
{
border-color: #03488B;
}
</style>