Shades of Venice Blue #214C75
Tints of Venice Blue #214C75
RGB
CMYK
RGB Variations
Color information
#214C75 (or 0x214C75) is known color: Venice Blue. HEX triplet: 21, 4C and 75. RGB value is (33,76,117). Sum of RGB (Red+Green+Blue) = 33+76+117=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #214C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214C75 is #DEB38A. Grayscale: #434343. Windows color (decimal): -14594955 or 7687201. OLE color: 7687201.
HSL color Cylindrical-coordinate representation of color #214C75: hue angle of 209.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214C75 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 76 | 117 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.54 |
| HSL | 209.29º | 0.56% | 0.29% | - |
| HSV(B) | 209.29º | 0.72% | 0.46% | - |
| XYZ | 6.42 | 6.78 | 17.8 | - |
| YUV | 67.82 | 155.75 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 117 | 0.72 | 0.35 | 0 | 0.54 | 209.29 | 0.56 | 0.29 |
| Hex | 21 | 4C | 75 | 48 | 23 | 0 | 36 | D1 | 38 | 1D |
| Octal | 41 | 114 | 165 | 110 | 43 | 0 | 66 | 321 | 70 | 35 |
| Binary | 100001 | 1001100 | 1110101 | 1001000 | 100011 | 0 | 110110 | 11010001 | 111000 | 11101 |
Color Harmonies of #214C75
Complementary color
Monochromatic Colors of #214C75
Black with #214C75
Text Example
Text Example
White with #214C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C75; }
p { color: rgb(33,76,117); }
H1.HeaderClassName
{
color: #214C75;
}
.AnyTagClassName
{
color: #214C75;
}
</style>
background-color css
<style>
a { background-color: #214C75; }
a { background-color: rgb(33,76,117); }
div.DivClassName
{
background-color: #214C75;
}
.BgClassName
{
background-color: #214C75;
}
</style>
border-color css
<style>
span { border-color: #214C75; }
span { border-color: rgb(33,76,117); }
td.TdClassName
{
border-color: #214C75;
}
.TagClassName
{
border-color: #214C75;
}
</style>