Shades of Navy Blue #0346FE
Tints of Navy Blue #0346FE
RGB
CMYK
RGB Variations
Color information
#0346FE (or 0x0346FE) is known color: Navy Blue. HEX triplet: 03, 46 and FE. RGB value is (3,70,254). Sum of RGB (Red+Green+Blue) = 3+70+254=327 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 254 (99.61% from 255 or 77.68% from 327); Max value from RGB is 254 - color contains mainly: blue. Hex color #0346FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0346FE is #FCB901. Grayscale: #464646. Windows color (decimal): -16562434 or 16664067. OLE color: 16664067.
HSL color Cylindrical-coordinate representation of color #0346FE: hue angle of 223.98º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0346FE is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 70 | 254 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.00 |
| HSL | 223.98º | 0.99% | 0.5% | - |
| HSV(B) | 223.98º | 0.99% | 1% | - |
| XYZ | 20.12 | 11.56 | 94.94 | - |
| YUV | 70.94 | 231.3 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 254 | 0.99 | 0.72 | 0 | 0.00 | 223.98 | 0.99 | 0.5 |
| Hex | 3 | 46 | FE | 63 | 48 | 0 | 0 | E0 | 63 | 32 |
| Octal | 3 | 106 | 376 | 143 | 110 | 0 | 0 | 340 | 143 | 62 |
| Binary | 11 | 1000110 | 11111110 | 1100011 | 1001000 | 0 | 0 | 11100000 | 1100011 | 110010 |
Color Harmonies of #0346FE
Complementary color
Monochromatic Colors of #0346FE
Black with #0346FE
Text Example
Text Example
White with #0346FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0346FE; }
p { color: rgb(3,70,254); }
H1.HeaderClassName
{
color: #0346FE;
}
.AnyTagClassName
{
color: #0346FE;
}
</style>
background-color css
<style>
a { background-color: #0346FE; }
a { background-color: rgb(3,70,254); }
div.DivClassName
{
background-color: #0346FE;
}
.BgClassName
{
background-color: #0346FE;
}
</style>
border-color css
<style>
span { border-color: #0346FE; }
span { border-color: rgb(3,70,254); }
td.TdClassName
{
border-color: #0346FE;
}
.TagClassName
{
border-color: #0346FE;
}
</style>