Shades of Navy Blue #034BCD
Tints of Navy Blue #034BCD
RGB
CMYK
RGB Variations
Color information
#034BCD (or 0x034BCD) is known color: Navy Blue. HEX triplet: 03, 4B and CD. RGB value is (3,75,205). Sum of RGB (Red+Green+Blue) = 3+75+205=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #034BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034BCD is #FCB432. Grayscale: #434343. Windows color (decimal): -16561203 or 13454083. OLE color: 13454083.
HSL color Cylindrical-coordinate representation of color #034BCD: hue angle of 218.61º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034BCD is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 75 | 205 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.20 |
| HSL | 218.61º | 0.97% | 0.41% | - |
| HSV(B) | 218.61º | 0.99% | 0.8% | - |
| XYZ | 13.57 | 9.46 | 58.87 | - |
| YUV | 68.29 | 205.15 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 75 | 205 | 0.99 | 0.63 | 0 | 0.20 | 218.61 | 0.97 | 0.41 |
| Hex | 3 | 4B | CD | 63 | 3F | 0 | 14 | DB | 61 | 29 |
| Octal | 3 | 113 | 315 | 143 | 77 | 0 | 24 | 333 | 141 | 51 |
| Binary | 11 | 1001011 | 11001101 | 1100011 | 111111 | 0 | 10100 | 11011011 | 1100001 | 101001 |
Color Harmonies of #034BCD
Complementary color
Monochromatic Colors of #034BCD
Black with #034BCD
Text Example
Text Example
White with #034BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034BCD; }
p { color: rgb(3,75,205); }
H1.HeaderClassName
{
color: #034BCD;
}
.AnyTagClassName
{
color: #034BCD;
}
</style>
background-color css
<style>
a { background-color: #034BCD; }
a { background-color: rgb(3,75,205); }
div.DivClassName
{
background-color: #034BCD;
}
.BgClassName
{
background-color: #034BCD;
}
</style>
border-color css
<style>
span { border-color: #034BCD; }
span { border-color: rgb(3,75,205); }
td.TdClassName
{
border-color: #034BCD;
}
.TagClassName
{
border-color: #034BCD;
}
</style>