Shades of Venice Blue #214C70
Tints of Venice Blue #214C70
RGB
CMYK
RGB Variations
Color information
#214C70 (or 0x214C70) is known color: Venice Blue. HEX triplet: 21, 4C and 70. RGB value is (33,76,112). Sum of RGB (Red+Green+Blue) = 33+76+112=221 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.93% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #214C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C70 is #DEB38F. Grayscale: #434343. Windows color (decimal): -14594960 or 7359521. OLE color: 7359521.
HSL color Cylindrical-coordinate representation of color #214C70: hue angle of 207.34º 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 #214C70 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 76 | 112 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.56 |
| HSL | 207.34º | 0.54% | 0.28% | - |
| HSV(B) | 207.34º | 0.71% | 0.44% | - |
| XYZ | 6.14 | 6.66 | 16.29 | - |
| YUV | 67.25 | 153.25 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 112 | 0.71 | 0.32 | 0 | 0.56 | 207.34 | 0.54 | 0.28 |
| Hex | 21 | 4C | 70 | 47 | 20 | 0 | 38 | CF | 36 | 1C |
| Octal | 41 | 114 | 160 | 107 | 40 | 0 | 70 | 317 | 66 | 34 |
| Binary | 100001 | 1001100 | 1110000 | 1000111 | 100000 | 0 | 111000 | 11001111 | 110110 | 11100 |
Color Harmonies of #214C70
Complementary color
Monochromatic Colors of #214C70
Black with #214C70
Text Example
Text Example
White with #214C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C70; }
p { color: rgb(33,76,112); }
H1.HeaderClassName
{
color: #214C70;
}
.AnyTagClassName
{
color: #214C70;
}
</style>
background-color css
<style>
a { background-color: #214C70; }
a { background-color: rgb(33,76,112); }
div.DivClassName
{
background-color: #214C70;
}
.BgClassName
{
background-color: #214C70;
}
</style>
border-color css
<style>
span { border-color: #214C70; }
span { border-color: rgb(33,76,112); }
td.TdClassName
{
border-color: #214C70;
}
.TagClassName
{
border-color: #214C70;
}
</style>