Shades of Navy Blue #0344E6
Tints of Navy Blue #0344E6
RGB
CMYK
RGB Variations
Color information
#0344E6 (or 0x0344E6) is known color: Navy Blue. HEX triplet: 03, 44 and E6. RGB value is (3,68,230). Sum of RGB (Red+Green+Blue) = 3+68+230=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 230 (90.23% from 255 or 76.41% from 301); Max value from RGB is 230 - color contains mainly: blue. Hex color #0344E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0344E6 is #FCBB19. Grayscale: #424242. Windows color (decimal): -16562970 or 15090691. OLE color: 15090691.
HSL color Cylindrical-coordinate representation of color #0344E6: hue angle of 222.82º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0344E6 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 68 | 230 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.10 |
| HSL | 222.82º | 0.97% | 0.46% | - |
| HSV(B) | 222.82º | 0.99% | 0.9% | - |
| XYZ | 16.39 | 9.87 | 75.9 | - |
| YUV | 67.03 | 219.97 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 230 | 0.99 | 0.70 | 0 | 0.10 | 222.82 | 0.97 | 0.46 |
| Hex | 3 | 44 | E6 | 63 | 46 | 0 | A | DF | 61 | 2E |
| Octal | 3 | 104 | 346 | 143 | 106 | 0 | 12 | 337 | 141 | 56 |
| Binary | 11 | 1000100 | 11100110 | 1100011 | 1000110 | 0 | 1010 | 11011111 | 1100001 | 101110 |
Color Harmonies of #0344E6
Complementary color
Monochromatic Colors of #0344E6
Black with #0344E6
Text Example
Text Example
White with #0344E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0344E6; }
p { color: rgb(3,68,230); }
H1.HeaderClassName
{
color: #0344E6;
}
.AnyTagClassName
{
color: #0344E6;
}
</style>
background-color css
<style>
a { background-color: #0344E6; }
a { background-color: rgb(3,68,230); }
div.DivClassName
{
background-color: #0344E6;
}
.BgClassName
{
background-color: #0344E6;
}
</style>
border-color css
<style>
span { border-color: #0344E6; }
span { border-color: rgb(3,68,230); }
td.TdClassName
{
border-color: #0344E6;
}
.TagClassName
{
border-color: #0344E6;
}
</style>