Shades of Venice Blue #214C76
Tints of Venice Blue #214C76
RGB
CMYK
RGB Variations
Color information
#214C76 (or 0x214C76) is known color: Venice Blue. HEX triplet: 21, 4C and 76. RGB value is (33,76,118). Sum of RGB (Red+Green+Blue) = 33+76+118=227 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.54% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #214C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C76 is #DEB389. Grayscale: #434343. Windows color (decimal): -14594954 or 7752737. OLE color: 7752737.
HSL color Cylindrical-coordinate representation of color #214C76: hue angle of 209.65º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214C76 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 76 | 118 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.54 |
| HSL | 209.65º | 0.56% | 0.3% | - |
| HSV(B) | 209.65º | 0.72% | 0.46% | - |
| XYZ | 6.48 | 6.8 | 18.11 | - |
| YUV | 67.93 | 156.25 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 118 | 0.72 | 0.36 | 0 | 0.54 | 209.65 | 0.56 | 0.3 |
| Hex | 21 | 4C | 76 | 48 | 24 | 0 | 36 | D2 | 38 | 1E |
| Octal | 41 | 114 | 166 | 110 | 44 | 0 | 66 | 322 | 70 | 36 |
| Binary | 100001 | 1001100 | 1110110 | 1001000 | 100100 | 0 | 110110 | 11010010 | 111000 | 11110 |
Color Harmonies of #214C76
Complementary color
Monochromatic Colors of #214C76
Black with #214C76
Text Example
Text Example
White with #214C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C76; }
p { color: rgb(33,76,118); }
H1.HeaderClassName
{
color: #214C76;
}
.AnyTagClassName
{
color: #214C76;
}
</style>
background-color css
<style>
a { background-color: #214C76; }
a { background-color: rgb(33,76,118); }
div.DivClassName
{
background-color: #214C76;
}
.BgClassName
{
background-color: #214C76;
}
</style>
border-color css
<style>
span { border-color: #214C76; }
span { border-color: rgb(33,76,118); }
td.TdClassName
{
border-color: #214C76;
}
.TagClassName
{
border-color: #214C76;
}
</style>