Shades of Navy Blue #034BDD
Tints of Navy Blue #034BDD
RGB
CMYK
RGB Variations
Color information
#034BDD (or 0x034BDD) is known color: Navy Blue. HEX triplet: 03, 4B and DD. RGB value is (3,75,221). Sum of RGB (Red+Green+Blue) = 3+75+221=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #034BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034BDD is #FCB422. Grayscale: #454545. Windows color (decimal): -16561187 or 14502659. OLE color: 14502659.
HSL color Cylindrical-coordinate representation of color #034BDD: hue angle of 220.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034BDD is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 75 | 221 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.13 |
| HSL | 220.18º | 0.97% | 0.44% | - |
| HSV(B) | 220.18º | 0.99% | 0.87% | - |
| XYZ | 15.6 | 10.27 | 69.57 | - |
| YUV | 70.12 | 213.15 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 75 | 221 | 0.99 | 0.66 | 0 | 0.13 | 220.18 | 0.97 | 0.44 |
| Hex | 3 | 4B | DD | 63 | 42 | 0 | D | DC | 61 | 2C |
| Octal | 3 | 113 | 335 | 143 | 102 | 0 | 15 | 334 | 141 | 54 |
| Binary | 11 | 1001011 | 11011101 | 1100011 | 1000010 | 0 | 1101 | 11011100 | 1100001 | 101100 |
Color Harmonies of #034BDD
Complementary color
Monochromatic Colors of #034BDD
Black with #034BDD
Text Example
Text Example
White with #034BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034BDD; }
p { color: rgb(3,75,221); }
H1.HeaderClassName
{
color: #034BDD;
}
.AnyTagClassName
{
color: #034BDD;
}
</style>
background-color css
<style>
a { background-color: #034BDD; }
a { background-color: rgb(3,75,221); }
div.DivClassName
{
background-color: #034BDD;
}
.BgClassName
{
background-color: #034BDD;
}
</style>
border-color css
<style>
span { border-color: #034BDD; }
span { border-color: rgb(3,75,221); }
td.TdClassName
{
border-color: #034BDD;
}
.TagClassName
{
border-color: #034BDD;
}
</style>