Shades of Navy Blue #034FCC
Tints of Navy Blue #034FCC
RGB
CMYK
RGB Variations
Color information
#034FCC (or 0x034FCC) is known color: Navy Blue. HEX triplet: 03, 4F and CC. RGB value is (3,79,204). Sum of RGB (Red+Green+Blue) = 3+79+204=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #034FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FCC is #FCB033. Grayscale: #454545. Windows color (decimal): -16560180 or 13389571. OLE color: 13389571.
HSL color Cylindrical-coordinate representation of color #034FCC: hue angle of 217.31º 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 #034FCC is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 79 | 204 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.2 |
| HSL | 217.31º | 0.97% | 0.41% | - |
| HSV(B) | 217.31º | 0.99% | 0.8% | - |
| XYZ | 13.73 | 9.97 | 58.33 | - |
| YUV | 70.53 | 203.32 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 204 | 0.99 | 0.61 | 0 | 0.2 | 217.31 | 0.97 | 0.41 |
| Hex | 3 | 4F | CC | 63 | 3D | 0 | 14 | D9 | 61 | 29 |
| Octal | 3 | 117 | 314 | 143 | 75 | 0 | 24 | 331 | 141 | 51 |
| Binary | 11 | 1001111 | 11001100 | 1100011 | 111101 | 0 | 10100 | 11011001 | 1100001 | 101001 |
Color Harmonies of #034FCC
Complementary color
Monochromatic Colors of #034FCC
Black with #034FCC
Text Example
Text Example
White with #034FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034FCC; }
p { color: rgb(3,79,204); }
H1.HeaderClassName
{
color: #034FCC;
}
.AnyTagClassName
{
color: #034FCC;
}
</style>
background-color css
<style>
a { background-color: #034FCC; }
a { background-color: rgb(3,79,204); }
div.DivClassName
{
background-color: #034FCC;
}
.BgClassName
{
background-color: #034FCC;
}
</style>
border-color css
<style>
span { border-color: #034FCC; }
span { border-color: rgb(3,79,204); }
td.TdClassName
{
border-color: #034FCC;
}
.TagClassName
{
border-color: #034FCC;
}
</style>