Shades of Venice Blue #214A71
Tints of Venice Blue #214A71
RGB
CMYK
RGB Variations
Color information
#214A71 (or 0x214A71) is known color: Venice Blue. HEX triplet: 21, 4A and 71. RGB value is (33,74,113). Sum of RGB (Red+Green+Blue) = 33+74+113=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #214A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214A71 is #DEB58E. Grayscale: #414141. Windows color (decimal): -14595471 or 7424545. OLE color: 7424545.
HSL color Cylindrical-coordinate representation of color #214A71: hue angle of 209.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214A71 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 74 | 113 | - |
| CMYK | 0.71 | 0.35 | 0 | 0.56 |
| HSL | 209.25º | 0.55% | 0.29% | - |
| HSV(B) | 209.25º | 0.71% | 0.44% | - |
| XYZ | 6.06 | 6.41 | 16.54 | - |
| YUV | 66.19 | 154.42 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 74 | 113 | 0.71 | 0.35 | 0 | 0.56 | 209.25 | 0.55 | 0.29 |
| Hex | 21 | 4A | 71 | 47 | 23 | 0 | 38 | D1 | 37 | 1D |
| Octal | 41 | 112 | 161 | 107 | 43 | 0 | 70 | 321 | 67 | 35 |
| Binary | 100001 | 1001010 | 1110001 | 1000111 | 100011 | 0 | 111000 | 11010001 | 110111 | 11101 |
Color Harmonies of #214A71
Complementary color
Monochromatic Colors of #214A71
Black with #214A71
Text Example
Text Example
White with #214A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214A71; }
p { color: rgb(33,74,113); }
H1.HeaderClassName
{
color: #214A71;
}
.AnyTagClassName
{
color: #214A71;
}
</style>
background-color css
<style>
a { background-color: #214A71; }
a { background-color: rgb(33,74,113); }
div.DivClassName
{
background-color: #214A71;
}
.BgClassName
{
background-color: #214A71;
}
</style>
border-color css
<style>
span { border-color: #214A71; }
span { border-color: rgb(33,74,113); }
td.TdClassName
{
border-color: #214A71;
}
.TagClassName
{
border-color: #214A71;
}
</style>