Shades of Navy Blue #034FCD
Tints of Navy Blue #034FCD
RGB
CMYK
RGB Variations
Color information
#034FCD (or 0x034FCD) is known color: Navy Blue. HEX triplet: 03, 4F and CD. RGB value is (3,79,205). Sum of RGB (Red+Green+Blue) = 3+79+205=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 205 (80.47% from 255 or 71.43% from 287); Max value from RGB is 205 - color contains mainly: blue. Hex color #034FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FCD is #FCB032. Grayscale: #464646. Windows color (decimal): -16560179 or 13455107. OLE color: 13455107.
HSL color Cylindrical-coordinate representation of color #034FCD: hue angle of 217.43º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034FCD is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 79 | 205 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.20 |
| HSL | 217.43º | 0.97% | 0.41% | - |
| HSV(B) | 217.43º | 0.99% | 0.8% | - |
| XYZ | 13.85 | 10.02 | 58.96 | - |
| YUV | 70.64 | 203.82 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 205 | 0.99 | 0.61 | 0 | 0.20 | 217.43 | 0.97 | 0.41 |
| Hex | 3 | 4F | CD | 63 | 3D | 0 | 14 | D9 | 61 | 29 |
| Octal | 3 | 117 | 315 | 143 | 75 | 0 | 24 | 331 | 141 | 51 |
| Binary | 11 | 1001111 | 11001101 | 1100011 | 111101 | 0 | 10100 | 11011001 | 1100001 | 101001 |
Color Harmonies of #034FCD
Complementary color
Monochromatic Colors of #034FCD
Black with #034FCD
Text Example
Text Example
White with #034FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034FCD; }
p { color: rgb(3,79,205); }
H1.HeaderClassName
{
color: #034FCD;
}
.AnyTagClassName
{
color: #034FCD;
}
</style>
background-color css
<style>
a { background-color: #034FCD; }
a { background-color: rgb(3,79,205); }
div.DivClassName
{
background-color: #034FCD;
}
.BgClassName
{
background-color: #034FCD;
}
</style>
border-color css
<style>
span { border-color: #034FCD; }
span { border-color: rgb(3,79,205); }
td.TdClassName
{
border-color: #034FCD;
}
.TagClassName
{
border-color: #034FCD;
}
</style>