Shades of Navy Blue #034AFE
Tints of Navy Blue #034AFE
RGB
CMYK
RGB Variations
Color information
#034AFE (or 0x034AFE) is known color: Navy Blue. HEX triplet: 03, 4A and FE. RGB value is (3,74,254). Sum of RGB (Red+Green+Blue) = 3+74+254=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #034AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034AFE is #FCB501. Grayscale: #484848. Windows color (decimal): -16561410 or 16665091. OLE color: 16665091.
HSL color Cylindrical-coordinate representation of color #034AFE: hue angle of 223.03º 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 #034AFE is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 74 | 254 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.00 |
| HSL | 223.03º | 0.99% | 0.5% | - |
| HSV(B) | 223.03º | 0.99% | 1% | - |
| XYZ | 20.38 | 12.07 | 95.02 | - |
| YUV | 73.29 | 229.98 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 254 | 0.99 | 0.71 | 0 | 0.00 | 223.03 | 0.99 | 0.5 |
| Hex | 3 | 4A | FE | 63 | 47 | 0 | 0 | DF | 63 | 32 |
| Octal | 3 | 112 | 376 | 143 | 107 | 0 | 0 | 337 | 143 | 62 |
| Binary | 11 | 1001010 | 11111110 | 1100011 | 1000111 | 0 | 0 | 11011111 | 1100011 | 110010 |
Color Harmonies of #034AFE
Complementary color
Monochromatic Colors of #034AFE
Black with #034AFE
Text Example
Text Example
White with #034AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034AFE; }
p { color: rgb(3,74,254); }
H1.HeaderClassName
{
color: #034AFE;
}
.AnyTagClassName
{
color: #034AFE;
}
</style>
background-color css
<style>
a { background-color: #034AFE; }
a { background-color: rgb(3,74,254); }
div.DivClassName
{
background-color: #034AFE;
}
.BgClassName
{
background-color: #034AFE;
}
</style>
border-color css
<style>
span { border-color: #034AFE; }
span { border-color: rgb(3,74,254); }
td.TdClassName
{
border-color: #034AFE;
}
.TagClassName
{
border-color: #034AFE;
}
</style>