Shades of Venice Blue #21476F
Tints of Venice Blue #21476F
RGB
CMYK
RGB Variations
Color information
#21476F (or 0x21476F) is known color: Venice Blue. HEX triplet: 21, 47 and 6F. RGB value is (33,71,111). Sum of RGB (Red+Green+Blue) = 33+71+111=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #21476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21476F is #DEB890. Grayscale: #404040. Windows color (decimal): -14596241 or 7292705. OLE color: 7292705.
HSL color Cylindrical-coordinate representation of color #21476F: hue angle of 210.77º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21476F is Cyan = 0.70, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 33 | 71 | 111 | - |
| CMYK | 0.70 | 0.36 | 0 | 0.56 |
| HSL | 210.77º | 0.54% | 0.28% | - |
| HSV(B) | 210.77º | 0.7% | 0.44% | - |
| XYZ | 5.75 | 5.98 | 15.89 | - |
| YUV | 64.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 111 | 0.70 | 0.36 | 0 | 0.56 | 210.77 | 0.54 | 0.28 |
| Hex | 21 | 47 | 6F | 46 | 24 | 0 | 38 | D3 | 36 | 1C |
| Octal | 41 | 107 | 157 | 106 | 44 | 0 | 70 | 323 | 66 | 34 |
| Binary | 100001 | 1000111 | 1101111 | 1000110 | 100100 | 0 | 111000 | 11010011 | 110110 | 11100 |
Color Harmonies of #21476F
Complementary color
Monochromatic Colors of #21476F
Black with #21476F
Text Example
Text Example
White with #21476F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21476F; }
p { color: rgb(33,71,111); }
H1.HeaderClassName
{
color: #21476F;
}
.AnyTagClassName
{
color: #21476F;
}
</style>
background-color css
<style>
a { background-color: #21476F; }
a { background-color: rgb(33,71,111); }
div.DivClassName
{
background-color: #21476F;
}
.BgClassName
{
background-color: #21476F;
}
</style>
border-color css
<style>
span { border-color: #21476F; }
span { border-color: rgb(33,71,111); }
td.TdClassName
{
border-color: #21476F;
}
.TagClassName
{
border-color: #21476F;
}
</style>