Shades of Navy Blue #0346EE
Tints of Navy Blue #0346EE
RGB
CMYK
RGB Variations
Color information
#0346EE (or 0x0346EE) is known color: Navy Blue. HEX triplet: 03, 46 and EE. RGB value is (3,70,238). Sum of RGB (Red+Green+Blue) = 3+70+238=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 238 (93.36% from 255 or 76.53% from 311); Max value from RGB is 238 - color contains mainly: blue. Hex color #0346EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0346EE is #FCB911. Grayscale: #444444. Windows color (decimal): -16562450 or 15615491. OLE color: 15615491.
HSL color Cylindrical-coordinate representation of color #0346EE: hue angle of 222.89º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0346EE is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 70 | 238 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.07 |
| HSL | 222.89º | 0.98% | 0.47% | - |
| HSV(B) | 222.89º | 0.99% | 0.93% | - |
| XYZ | 17.66 | 10.57 | 82 | - |
| YUV | 69.12 | 223.3 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 70 | 238 | 0.99 | 0.71 | 0 | 0.07 | 222.89 | 0.98 | 0.47 |
| Hex | 3 | 46 | EE | 63 | 47 | 0 | 7 | DF | 62 | 2F |
| Octal | 3 | 106 | 356 | 143 | 107 | 0 | 7 | 337 | 142 | 57 |
| Binary | 11 | 1000110 | 11101110 | 1100011 | 1000111 | 0 | 111 | 11011111 | 1100010 | 101111 |
Color Harmonies of #0346EE
Complementary color
Monochromatic Colors of #0346EE
Black with #0346EE
Text Example
Text Example
White with #0346EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0346EE; }
p { color: rgb(3,70,238); }
H1.HeaderClassName
{
color: #0346EE;
}
.AnyTagClassName
{
color: #0346EE;
}
</style>
background-color css
<style>
a { background-color: #0346EE; }
a { background-color: rgb(3,70,238); }
div.DivClassName
{
background-color: #0346EE;
}
.BgClassName
{
background-color: #0346EE;
}
</style>
border-color css
<style>
span { border-color: #0346EE; }
span { border-color: rgb(3,70,238); }
td.TdClassName
{
border-color: #0346EE;
}
.TagClassName
{
border-color: #0346EE;
}
</style>