Shades of Navy Blue #034CCD
Tints of Navy Blue #034CCD
RGB
CMYK
RGB Variations
Color information
#034CCD (or 0x034CCD) is known color: Navy Blue. HEX triplet: 03, 4C and CD. RGB value is (3,76,205). Sum of RGB (Red+Green+Blue) = 3+76+205=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #034CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CCD is #FCB332. Grayscale: #444444. Windows color (decimal): -16560947 or 13454339. OLE color: 13454339.
HSL color Cylindrical-coordinate representation of color #034CCD: hue angle of 218.32º 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 #034CCD is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 76 | 205 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.20 |
| HSL | 218.32º | 0.97% | 0.41% | - |
| HSV(B) | 218.32º | 0.99% | 0.8% | - |
| XYZ | 13.64 | 9.6 | 58.89 | - |
| YUV | 68.88 | 204.82 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 205 | 0.99 | 0.63 | 0 | 0.20 | 218.32 | 0.97 | 0.41 |
| Hex | 3 | 4C | CD | 63 | 3F | 0 | 14 | DA | 61 | 29 |
| Octal | 3 | 114 | 315 | 143 | 77 | 0 | 24 | 332 | 141 | 51 |
| Binary | 11 | 1001100 | 11001101 | 1100011 | 111111 | 0 | 10100 | 11011010 | 1100001 | 101001 |
Color Harmonies of #034CCD
Complementary color
Monochromatic Colors of #034CCD
Black with #034CCD
Text Example
Text Example
White with #034CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034CCD; }
p { color: rgb(3,76,205); }
H1.HeaderClassName
{
color: #034CCD;
}
.AnyTagClassName
{
color: #034CCD;
}
</style>
background-color css
<style>
a { background-color: #034CCD; }
a { background-color: rgb(3,76,205); }
div.DivClassName
{
background-color: #034CCD;
}
.BgClassName
{
background-color: #034CCD;
}
</style>
border-color css
<style>
span { border-color: #034CCD; }
span { border-color: rgb(3,76,205); }
td.TdClassName
{
border-color: #034CCD;
}
.TagClassName
{
border-color: #034CCD;
}
</style>