Shades of Navy Blue #0349DC
Tints of Navy Blue #0349DC
RGB
CMYK
RGB Variations
Color information
#0349DC (or 0x0349DC) is known color: Navy Blue. HEX triplet: 03, 49 and DC. RGB value is (3,73,220). Sum of RGB (Red+Green+Blue) = 3+73+220=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 220 (86.33% from 255 or 74.32% from 296); Max value from RGB is 220 - color contains mainly: blue. Hex color #0349DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0349DC is #FCB623. Grayscale: #444444. Windows color (decimal): -16561700 or 14436611. OLE color: 14436611.
HSL color Cylindrical-coordinate representation of color #0349DC: hue angle of 220.65º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0349DC is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 73 | 220 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.14 |
| HSL | 220.65º | 0.97% | 0.44% | - |
| HSV(B) | 220.65º | 0.99% | 0.86% | - |
| XYZ | 15.34 | 9.95 | 68.82 | - |
| YUV | 68.83 | 213.31 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 73 | 220 | 0.99 | 0.67 | 0 | 0.14 | 220.65 | 0.97 | 0.44 |
| Hex | 3 | 49 | DC | 63 | 43 | 0 | E | DD | 61 | 2C |
| Octal | 3 | 111 | 334 | 143 | 103 | 0 | 16 | 335 | 141 | 54 |
| Binary | 11 | 1001001 | 11011100 | 1100011 | 1000011 | 0 | 1110 | 11011101 | 1100001 | 101100 |
Color Harmonies of #0349DC
Complementary color
Monochromatic Colors of #0349DC
Black with #0349DC
Text Example
Text Example
White with #0349DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0349DC; }
p { color: rgb(3,73,220); }
H1.HeaderClassName
{
color: #0349DC;
}
.AnyTagClassName
{
color: #0349DC;
}
</style>
background-color css
<style>
a { background-color: #0349DC; }
a { background-color: rgb(3,73,220); }
div.DivClassName
{
background-color: #0349DC;
}
.BgClassName
{
background-color: #0349DC;
}
</style>
border-color css
<style>
span { border-color: #0349DC; }
span { border-color: rgb(3,73,220); }
td.TdClassName
{
border-color: #0349DC;
}
.TagClassName
{
border-color: #0349DC;
}
</style>