Shades of Navy Blue #0346FC
Tints of Navy Blue #0346FC
RGB
CMYK
RGB Variations
Color information
#0346FC (or 0x0346FC) is known color: Navy Blue. HEX triplet: 03, 46 and FC. RGB value is (3,70,252). Sum of RGB (Red+Green+Blue) = 3+70+252=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 252 (98.83% from 255 or 77.54% from 325); Max value from RGB is 252 - color contains mainly: blue. Hex color #0346FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0346FC is #FCB903. Grayscale: #454545. Windows color (decimal): -16562436 or 16532995. OLE color: 16532995.
HSL color Cylindrical-coordinate representation of color #0346FC: hue angle of 223.86º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0346FC is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 70 | 252 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.01 |
| HSL | 223.86º | 0.98% | 0.5% | - |
| HSV(B) | 223.86º | 0.99% | 0.99% | - |
| XYZ | 19.8 | 11.43 | 93.26 | - |
| YUV | 70.72 | 230.3 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 252 | 0.99 | 0.72 | 0 | 0.01 | 223.86 | 0.98 | 0.5 |
| Hex | 3 | 46 | FC | 63 | 48 | 0 | 1 | E0 | 62 | 32 |
| Octal | 3 | 106 | 374 | 143 | 110 | 0 | 1 | 340 | 142 | 62 |
| Binary | 11 | 1000110 | 11111100 | 1100011 | 1001000 | 0 | 1 | 11100000 | 1100010 | 110010 |
Color Harmonies of #0346FC
Complementary color
Monochromatic Colors of #0346FC
Black with #0346FC
Text Example
Text Example
White with #0346FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0346FC; }
p { color: rgb(3,70,252); }
H1.HeaderClassName
{
color: #0346FC;
}
.AnyTagClassName
{
color: #0346FC;
}
</style>
background-color css
<style>
a { background-color: #0346FC; }
a { background-color: rgb(3,70,252); }
div.DivClassName
{
background-color: #0346FC;
}
.BgClassName
{
background-color: #0346FC;
}
</style>
border-color css
<style>
span { border-color: #0346FC; }
span { border-color: rgb(3,70,252); }
td.TdClassName
{
border-color: #0346FC;
}
.TagClassName
{
border-color: #0346FC;
}
</style>