Shades of Dark Cerulean #03497B
Tints of Dark Cerulean #03497B
RGB
CMYK
RGB Variations
Color information
#03497B (or 0x03497B) is known color: Dark Cerulean. HEX triplet: 03, 49 and 7B. RGB value is (3,73,123). Sum of RGB (Red+Green+Blue) = 3+73+123=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #03497B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03497B is #FCB684. Grayscale: #393939. Windows color (decimal): -16561797 or 8079619. OLE color: 8079619.
HSL color Cylindrical-coordinate representation of color #03497B: hue angle of 205º 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 #03497B is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 73 | 123 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.52 |
| HSL | 205º | 0.95% | 0.25% | - |
| HSV(B) | 205º | 0.98% | 0.48% | - |
| XYZ | 6 | 6.21 | 19.62 | - |
| YUV | 57.77 | 164.81 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 123 | 0.98 | 0.41 | 0 | 0.52 | 205 | 0.95 | 0.25 |
| Hex | 3 | 49 | 7B | 62 | 29 | 0 | 34 | CD | 5F | 19 |
| Octal | 3 | 111 | 173 | 142 | 51 | 0 | 64 | 315 | 137 | 31 |
| Binary | 11 | 1001001 | 1111011 | 1100010 | 101001 | 0 | 110100 | 11001101 | 1011111 | 11001 |
Color Harmonies of #03497B
Complementary color
Monochromatic Colors of #03497B
Black with #03497B
Text Example
Text Example
White with #03497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03497B; }
p { color: rgb(3,73,123); }
H1.HeaderClassName
{
color: #03497B;
}
.AnyTagClassName
{
color: #03497B;
}
</style>
background-color css
<style>
a { background-color: #03497B; }
a { background-color: rgb(3,73,123); }
div.DivClassName
{
background-color: #03497B;
}
.BgClassName
{
background-color: #03497B;
}
</style>
border-color css
<style>
span { border-color: #03497B; }
span { border-color: rgb(3,73,123); }
td.TdClassName
{
border-color: #03497B;
}
.TagClassName
{
border-color: #03497B;
}
</style>