Shades of Navy Blue #034BFC
Tints of Navy Blue #034BFC
RGB
CMYK
RGB Variations
Color information
#034BFC (or 0x034BFC) is known color: Navy Blue. HEX triplet: 03, 4B and FC. RGB value is (3,75,252). Sum of RGB (Red+Green+Blue) = 3+75+252=330 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 252 (98.83% from 255 or 76.36% from 330); Max value from RGB is 252 - color contains mainly: blue. Hex color #034BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034BFC is #FCB403. Grayscale: #484848. Windows color (decimal): -16561156 or 16534275. OLE color: 16534275.
HSL color Cylindrical-coordinate representation of color #034BFC: hue angle of 222.65º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034BFC is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 75 | 252 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.01 |
| HSL | 222.65º | 0.98% | 0.5% | - |
| HSV(B) | 222.65º | 0.99% | 0.99% | - |
| XYZ | 20.12 | 12.08 | 93.37 | - |
| YUV | 73.65 | 228.65 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 75 | 252 | 0.99 | 0.70 | 0 | 0.01 | 222.65 | 0.98 | 0.5 |
| Hex | 3 | 4B | FC | 63 | 46 | 0 | 1 | DF | 62 | 32 |
| Octal | 3 | 113 | 374 | 143 | 106 | 0 | 1 | 337 | 142 | 62 |
| Binary | 11 | 1001011 | 11111100 | 1100011 | 1000110 | 0 | 1 | 11011111 | 1100010 | 110010 |
Color Harmonies of #034BFC
Complementary color
Monochromatic Colors of #034BFC
Black with #034BFC
Text Example
Text Example
White with #034BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034BFC; }
p { color: rgb(3,75,252); }
H1.HeaderClassName
{
color: #034BFC;
}
.AnyTagClassName
{
color: #034BFC;
}
</style>
background-color css
<style>
a { background-color: #034BFC; }
a { background-color: rgb(3,75,252); }
div.DivClassName
{
background-color: #034BFC;
}
.BgClassName
{
background-color: #034BFC;
}
</style>
border-color css
<style>
span { border-color: #034BFC; }
span { border-color: rgb(3,75,252); }
td.TdClassName
{
border-color: #034BFC;
}
.TagClassName
{
border-color: #034BFC;
}
</style>