Shades of Navy Blue #034DCF
Tints of Navy Blue #034DCF
RGB
CMYK
RGB Variations
Color information
#034DCF (or 0x034DCF) is known color: Navy Blue. HEX triplet: 03, 4D and CF. RGB value is (3,77,207). Sum of RGB (Red+Green+Blue) = 3+77+207=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #034DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DCF is #FCB230. Grayscale: #454545. Windows color (decimal): -16560689 or 13585667. OLE color: 13585667.
HSL color Cylindrical-coordinate representation of color #034DCF: hue angle of 218.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034DCF is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 77 | 207 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.19 |
| HSL | 218.24º | 0.97% | 0.41% | - |
| HSV(B) | 218.24º | 0.99% | 0.81% | - |
| XYZ | 13.95 | 9.83 | 60.19 | - |
| YUV | 69.69 | 205.48 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 207 | 0.99 | 0.63 | 0 | 0.19 | 218.24 | 0.97 | 0.41 |
| Hex | 3 | 4D | CF | 63 | 3F | 0 | 13 | DA | 61 | 29 |
| Octal | 3 | 115 | 317 | 143 | 77 | 0 | 23 | 332 | 141 | 51 |
| Binary | 11 | 1001101 | 11001111 | 1100011 | 111111 | 0 | 10011 | 11011010 | 1100001 | 101001 |
Color Harmonies of #034DCF
Complementary color
Monochromatic Colors of #034DCF
Black with #034DCF
Text Example
Text Example
White with #034DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DCF; }
p { color: rgb(3,77,207); }
H1.HeaderClassName
{
color: #034DCF;
}
.AnyTagClassName
{
color: #034DCF;
}
</style>
background-color css
<style>
a { background-color: #034DCF; }
a { background-color: rgb(3,77,207); }
div.DivClassName
{
background-color: #034DCF;
}
.BgClassName
{
background-color: #034DCF;
}
</style>
border-color css
<style>
span { border-color: #034DCF; }
span { border-color: rgb(3,77,207); }
td.TdClassName
{
border-color: #034DCF;
}
.TagClassName
{
border-color: #034DCF;
}
</style>