Shades of Dark Cerulean #03497A
Tints of Dark Cerulean #03497A
RGB
CMYK
RGB Variations
Color information
#03497A (or 0x03497A) is known color: Dark Cerulean. HEX triplet: 03, 49 and 7A. RGB value is (3,73,122). Sum of RGB (Red+Green+Blue) = 3+73+122=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #03497A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03497A is #FCB685. Grayscale: #393939. Windows color (decimal): -16561798 or 8014083. OLE color: 8014083.
HSL color Cylindrical-coordinate representation of color #03497A: hue angle of 204.71º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03497A is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 73 | 122 | - |
| CMYK | 0.98 | 0.40 | 0 | 0.52 |
| HSL | 204.71º | 0.95% | 0.25% | - |
| HSV(B) | 204.71º | 0.98% | 0.48% | - |
| XYZ | 5.93 | 6.19 | 19.29 | - |
| YUV | 57.66 | 164.31 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 122 | 0.98 | 0.40 | 0 | 0.52 | 204.71 | 0.95 | 0.25 |
| Hex | 3 | 49 | 7A | 62 | 28 | 0 | 34 | CD | 5F | 19 |
| Octal | 3 | 111 | 172 | 142 | 50 | 0 | 64 | 315 | 137 | 31 |
| Binary | 11 | 1001001 | 1111010 | 1100010 | 101000 | 0 | 110100 | 11001101 | 1011111 | 11001 |
Color Harmonies of #03497A
Complementary color
Monochromatic Colors of #03497A
Black with #03497A
Text Example
Text Example
White with #03497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03497A; }
p { color: rgb(3,73,122); }
H1.HeaderClassName
{
color: #03497A;
}
.AnyTagClassName
{
color: #03497A;
}
</style>
background-color css
<style>
a { background-color: #03497A; }
a { background-color: rgb(3,73,122); }
div.DivClassName
{
background-color: #03497A;
}
.BgClassName
{
background-color: #03497A;
}
</style>
border-color css
<style>
span { border-color: #03497A; }
span { border-color: rgb(3,73,122); }
td.TdClassName
{
border-color: #03497A;
}
.TagClassName
{
border-color: #03497A;
}
</style>