Shades of Navy Blue #034AF2
Tints of Navy Blue #034AF2
RGB
CMYK
RGB Variations
Color information
#034AF2 (or 0x034AF2) is known color: Navy Blue. HEX triplet: 03, 4A and F2. RGB value is (3,74,242). Sum of RGB (Red+Green+Blue) = 3+74+242=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 242 (94.92% from 255 or 75.86% from 319); Max value from RGB is 242 - color contains mainly: blue. Hex color #034AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034AF2 is #FCB50D. Grayscale: #474747. Windows color (decimal): -16561422 or 15878659. OLE color: 15878659.
HSL color Cylindrical-coordinate representation of color #034AF2: hue angle of 222.18º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034AF2 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 74 | 242 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.05 |
| HSL | 222.18º | 0.98% | 0.48% | - |
| HSV(B) | 222.18º | 0.99% | 0.95% | - |
| XYZ | 18.51 | 11.33 | 85.22 | - |
| YUV | 71.92 | 223.98 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 242 | 0.99 | 0.69 | 0 | 0.05 | 222.18 | 0.98 | 0.48 |
| Hex | 3 | 4A | F2 | 63 | 45 | 0 | 5 | DE | 62 | 30 |
| Octal | 3 | 112 | 362 | 143 | 105 | 0 | 5 | 336 | 142 | 60 |
| Binary | 11 | 1001010 | 11110010 | 1100011 | 1000101 | 0 | 101 | 11011110 | 1100010 | 110000 |
Color Harmonies of #034AF2
Complementary color
Monochromatic Colors of #034AF2
Black with #034AF2
Text Example
Text Example
White with #034AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034AF2; }
p { color: rgb(3,74,242); }
H1.HeaderClassName
{
color: #034AF2;
}
.AnyTagClassName
{
color: #034AF2;
}
</style>
background-color css
<style>
a { background-color: #034AF2; }
a { background-color: rgb(3,74,242); }
div.DivClassName
{
background-color: #034AF2;
}
.BgClassName
{
background-color: #034AF2;
}
</style>
border-color css
<style>
span { border-color: #034AF2; }
span { border-color: rgb(3,74,242); }
td.TdClassName
{
border-color: #034AF2;
}
.TagClassName
{
border-color: #034AF2;
}
</style>