Shades of Venice Blue #214570
Tints of Venice Blue #214570
RGB
CMYK
RGB Variations
Color information
#214570 (or 0x214570) is known color: Venice Blue. HEX triplet: 21, 45 and 70. RGB value is (33,69,112). Sum of RGB (Red+Green+Blue) = 33+69+112=214 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.42% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #214570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214570 is #DEBA8F. Grayscale: #3E3E3E. Windows color (decimal): -14596752 or 7357729. OLE color: 7357729.
HSL color Cylindrical-coordinate representation of color #214570: hue angle of 212.66º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #214570 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 69 | 112 | - |
| CMYK | 0.71 | 0.38 | 0 | 0.56 |
| HSL | 212.66º | 0.54% | 0.28% | - |
| HSV(B) | 212.66º | 0.71% | 0.44% | - |
| XYZ | 5.68 | 5.75 | 16.14 | - |
| YUV | 63.14 | 155.57 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 69 | 112 | 0.71 | 0.38 | 0 | 0.56 | 212.66 | 0.54 | 0.28 |
| Hex | 21 | 45 | 70 | 47 | 26 | 0 | 38 | D5 | 36 | 1C |
| Octal | 41 | 105 | 160 | 107 | 46 | 0 | 70 | 325 | 66 | 34 |
| Binary | 100001 | 1000101 | 1110000 | 1000111 | 100110 | 0 | 111000 | 11010101 | 110110 | 11100 |
Color Harmonies of #214570
Complementary color
Monochromatic Colors of #214570
Black with #214570
Text Example
Text Example
White with #214570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214570; }
p { color: rgb(33,69,112); }
H1.HeaderClassName
{
color: #214570;
}
.AnyTagClassName
{
color: #214570;
}
</style>
background-color css
<style>
a { background-color: #214570; }
a { background-color: rgb(33,69,112); }
div.DivClassName
{
background-color: #214570;
}
.BgClassName
{
background-color: #214570;
}
</style>
border-color css
<style>
span { border-color: #214570; }
span { border-color: rgb(33,69,112); }
td.TdClassName
{
border-color: #214570;
}
.TagClassName
{
border-color: #214570;
}
</style>