Shades of Navy Blue #034BED
Tints of Navy Blue #034BED
RGB
CMYK
RGB Variations
Color information
#034BED (or 0x034BED) is known color: Navy Blue. HEX triplet: 03, 4B and ED. RGB value is (3,75,237). Sum of RGB (Red+Green+Blue) = 3+75+237=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 75 (29.69% from 255 or 23.81% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #034BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034BED is #FCB412. Grayscale: #474747. Windows color (decimal): -16561171 or 15551235. OLE color: 15551235.
HSL color Cylindrical-coordinate representation of color #034BED: hue angle of 221.54º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034BED is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 75 | 237 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.07 |
| HSL | 221.54º | 0.98% | 0.47% | - |
| HSV(B) | 221.54º | 0.99% | 0.93% | - |
| XYZ | 17.84 | 11.17 | 81.34 | - |
| YUV | 71.94 | 221.15 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 75 | 237 | 0.99 | 0.68 | 0 | 0.07 | 221.54 | 0.98 | 0.47 |
| Hex | 3 | 4B | ED | 63 | 44 | 0 | 7 | DE | 62 | 2F |
| Octal | 3 | 113 | 355 | 143 | 104 | 0 | 7 | 336 | 142 | 57 |
| Binary | 11 | 1001011 | 11101101 | 1100011 | 1000100 | 0 | 111 | 11011110 | 1100010 | 101111 |
Color Harmonies of #034BED
Complementary color
Monochromatic Colors of #034BED
Black with #034BED
Text Example
Text Example
White with #034BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034BED; }
p { color: rgb(3,75,237); }
H1.HeaderClassName
{
color: #034BED;
}
.AnyTagClassName
{
color: #034BED;
}
</style>
background-color css
<style>
a { background-color: #034BED; }
a { background-color: rgb(3,75,237); }
div.DivClassName
{
background-color: #034BED;
}
.BgClassName
{
background-color: #034BED;
}
</style>
border-color css
<style>
span { border-color: #034BED; }
span { border-color: rgb(3,75,237); }
td.TdClassName
{
border-color: #034BED;
}
.TagClassName
{
border-color: #034BED;
}
</style>