Shades of Navy Blue #034AFF
Tints of Navy Blue #034AFF
RGB
CMYK
RGB Variations
Color information
#034AFF (or 0x034AFF) is known color: Navy Blue. HEX triplet: 03, 4A and FF. RGB value is (3,74,255). Sum of RGB (Red+Green+Blue) = 3+74+255=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #034AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034AFF is #FCB500. Grayscale: #484848. Windows color (decimal): -16561409 or 16730627. OLE color: 16730627.
HSL color Cylindrical-coordinate representation of color #034AFF: hue angle of 223.1º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034AFF is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 74 | 255 | - |
| CMYK | 0.99 | 0.71 | 0 | 0 |
| HSL | 223.1º | 1% | 0.51% | - |
| HSV(B) | 223.1º | 0.99% | 1% | - |
| XYZ | 20.54 | 12.14 | 95.87 | - |
| YUV | 73.41 | 230.48 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 255 | 0.99 | 0.71 | 0 | 0 | 223.1 | 1 | 0.51 |
| Hex | 3 | 4A | FF | 63 | 47 | 0 | 0 | DF | 64 | 33 |
| Octal | 3 | 112 | 377 | 143 | 107 | 0 | 0 | 337 | 144 | 63 |
| Binary | 11 | 1001010 | 11111111 | 1100011 | 1000111 | 0 | 0 | 11011111 | 1100100 | 110011 |
Color Harmonies of #034AFF
Complementary color
Monochromatic Colors of #034AFF
Black with #034AFF
Text Example
Text Example
White with #034AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034AFF; }
p { color: rgb(3,74,255); }
H1.HeaderClassName
{
color: #034AFF;
}
.AnyTagClassName
{
color: #034AFF;
}
</style>
background-color css
<style>
a { background-color: #034AFF; }
a { background-color: rgb(3,74,255); }
div.DivClassName
{
background-color: #034AFF;
}
.BgClassName
{
background-color: #034AFF;
}
</style>
border-color css
<style>
span { border-color: #034AFF; }
span { border-color: rgb(3,74,255); }
td.TdClassName
{
border-color: #034AFF;
}
.TagClassName
{
border-color: #034AFF;
}
</style>