Shades of Navy Blue #034CFD
Tints of Navy Blue #034CFD
RGB
CMYK
RGB Variations
Color information
#034CFD (or 0x034CFD) is known color: Navy Blue. HEX triplet: 03, 4C and FD. RGB value is (3,76,253). Sum of RGB (Red+Green+Blue) = 3+76+253=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #034CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034CFD is #FCB302. Grayscale: #494949. Windows color (decimal): -16560899 or 16600067. OLE color: 16600067.
HSL color Cylindrical-coordinate representation of color #034CFD: hue angle of 222.48º 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 #034CFD is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 76 | 253 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.01 |
| HSL | 222.48º | 0.98% | 0.5% | - |
| HSV(B) | 222.48º | 0.99% | 0.99% | - |
| XYZ | 20.35 | 12.28 | 94.23 | - |
| YUV | 74.35 | 228.82 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 253 | 0.99 | 0.70 | 0 | 0.01 | 222.48 | 0.98 | 0.5 |
| Hex | 3 | 4C | FD | 63 | 46 | 0 | 1 | DE | 62 | 32 |
| Octal | 3 | 114 | 375 | 143 | 106 | 0 | 1 | 336 | 142 | 62 |
| Binary | 11 | 1001100 | 11111101 | 1100011 | 1000110 | 0 | 1 | 11011110 | 1100010 | 110010 |
Color Harmonies of #034CFD
Complementary color
Monochromatic Colors of #034CFD
Black with #034CFD
Text Example
Text Example
White with #034CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034CFD; }
p { color: rgb(3,76,253); }
H1.HeaderClassName
{
color: #034CFD;
}
.AnyTagClassName
{
color: #034CFD;
}
</style>
background-color css
<style>
a { background-color: #034CFD; }
a { background-color: rgb(3,76,253); }
div.DivClassName
{
background-color: #034CFD;
}
.BgClassName
{
background-color: #034CFD;
}
</style>
border-color css
<style>
span { border-color: #034CFD; }
span { border-color: rgb(3,76,253); }
td.TdClassName
{
border-color: #034CFD;
}
.TagClassName
{
border-color: #034CFD;
}
</style>