Shades of Dark Cerulean #03498C
Tints of Dark Cerulean #03498C
RGB
CMYK
RGB Variations
Color information
#03498C (or 0x03498C) is known color: Dark Cerulean. HEX triplet: 03, 49 and 8C. RGB value is (3,73,140). Sum of RGB (Red+Green+Blue) = 3+73+140=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 140 (55.08% from 255 or 64.81% from 216); Max value from RGB is 140 - color contains mainly: blue. Hex color #03498C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03498C is #FCB673. Grayscale: #3B3B3B. Windows color (decimal): -16561780 or 9193731. OLE color: 9193731.
HSL color Cylindrical-coordinate representation of color #03498C: hue angle of 209.34º 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 #03498C is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 73 | 140 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.45 |
| HSL | 209.34º | 0.96% | 0.28% | - |
| HSV(B) | 209.34º | 0.98% | 0.55% | - |
| XYZ | 7.15 | 6.68 | 25.72 | - |
| YUV | 59.71 | 173.31 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 140 | 0.98 | 0.48 | 0 | 0.45 | 209.34 | 0.96 | 0.28 |
| Hex | 3 | 49 | 8C | 62 | 30 | 0 | 2D | D1 | 60 | 1C |
| Octal | 3 | 111 | 214 | 142 | 60 | 0 | 55 | 321 | 140 | 34 |
| Binary | 11 | 1001001 | 10001100 | 1100010 | 110000 | 0 | 101101 | 11010001 | 1100000 | 11100 |
Color Harmonies of #03498C
Complementary color
Monochromatic Colors of #03498C
Black with #03498C
Text Example
Text Example
White with #03498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03498C; }
p { color: rgb(3,73,140); }
H1.HeaderClassName
{
color: #03498C;
}
.AnyTagClassName
{
color: #03498C;
}
</style>
background-color css
<style>
a { background-color: #03498C; }
a { background-color: rgb(3,73,140); }
div.DivClassName
{
background-color: #03498C;
}
.BgClassName
{
background-color: #03498C;
}
</style>
border-color css
<style>
span { border-color: #03498C; }
span { border-color: rgb(3,73,140); }
td.TdClassName
{
border-color: #03498C;
}
.TagClassName
{
border-color: #03498C;
}
</style>