Shades of Navy Blue #034BFE
Tints of Navy Blue #034BFE
RGB
CMYK
RGB Variations
Color information
#034BFE (or 0x034BFE) is known color: Navy Blue. HEX triplet: 03, 4B and FE. RGB value is (3,75,254). Sum of RGB (Red+Green+Blue) = 3+75+254=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #034BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034BFE is #FCB401. Grayscale: #494949. Windows color (decimal): -16561154 or 16665347. OLE color: 16665347.
HSL color Cylindrical-coordinate representation of color #034BFE: hue angle of 222.79º 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 #034BFE is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 75 | 254 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.00 |
| HSL | 222.79º | 0.99% | 0.5% | - |
| HSV(B) | 222.79º | 0.99% | 1% | - |
| XYZ | 20.44 | 12.21 | 95.04 | - |
| YUV | 73.88 | 229.65 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 75 | 254 | 0.99 | 0.70 | 0 | 0.00 | 222.79 | 0.99 | 0.5 |
| Hex | 3 | 4B | FE | 63 | 46 | 0 | 0 | DF | 63 | 32 |
| Octal | 3 | 113 | 376 | 143 | 106 | 0 | 0 | 337 | 143 | 62 |
| Binary | 11 | 1001011 | 11111110 | 1100011 | 1000110 | 0 | 0 | 11011111 | 1100011 | 110010 |
Color Harmonies of #034BFE
Complementary color
Monochromatic Colors of #034BFE
Black with #034BFE
Text Example
Text Example
White with #034BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034BFE; }
p { color: rgb(3,75,254); }
H1.HeaderClassName
{
color: #034BFE;
}
.AnyTagClassName
{
color: #034BFE;
}
</style>
background-color css
<style>
a { background-color: #034BFE; }
a { background-color: rgb(3,75,254); }
div.DivClassName
{
background-color: #034BFE;
}
.BgClassName
{
background-color: #034BFE;
}
</style>
border-color css
<style>
span { border-color: #034BFE; }
span { border-color: rgb(3,75,254); }
td.TdClassName
{
border-color: #034BFE;
}
.TagClassName
{
border-color: #034BFE;
}
</style>