Shades of Venice Blue #21486E
Tints of Venice Blue #21486E
RGB
CMYK
RGB Variations
Color information
#21486E (or 0x21486E) is known color: Venice Blue. HEX triplet: 21, 48 and 6E. RGB value is (33,72,110). Sum of RGB (Red+Green+Blue) = 33+72+110=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 110 (43.36% from 255 or 51.16% from 215); Max value from RGB is 110 - color contains mainly: blue. Hex color #21486E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21486E is #DEB791. Grayscale: #404040. Windows color (decimal): -14595986 or 7227425. OLE color: 7227425.
HSL color Cylindrical-coordinate representation of color #21486E: hue angle of 209.61º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #21486E is Cyan = 0.7, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 33 | 72 | 110 | - |
| CMYK | 0.7 | 0.35 | 0 | 0.57 |
| HSL | 209.61º | 0.54% | 0.28% | - |
| HSV(B) | 209.61º | 0.7% | 0.43% | - |
| XYZ | 5.76 | 6.08 | 15.62 | - |
| YUV | 64.67 | 153.58 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 72 | 110 | 0.7 | 0.35 | 0 | 0.57 | 209.61 | 0.54 | 0.28 |
| Hex | 21 | 48 | 6E | 46 | 23 | 0 | 39 | D2 | 36 | 1C |
| Octal | 41 | 110 | 156 | 106 | 43 | 0 | 71 | 322 | 66 | 34 |
| Binary | 100001 | 1001000 | 1101110 | 1000110 | 100011 | 0 | 111001 | 11010010 | 110110 | 11100 |
Color Harmonies of #21486E
Complementary color
Monochromatic Colors of #21486E
Black with #21486E
Text Example
Text Example
White with #21486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21486E; }
p { color: rgb(33,72,110); }
H1.HeaderClassName
{
color: #21486E;
}
.AnyTagClassName
{
color: #21486E;
}
</style>
background-color css
<style>
a { background-color: #21486E; }
a { background-color: rgb(33,72,110); }
div.DivClassName
{
background-color: #21486E;
}
.BgClassName
{
background-color: #21486E;
}
</style>
border-color css
<style>
span { border-color: #21486E; }
span { border-color: rgb(33,72,110); }
td.TdClassName
{
border-color: #21486E;
}
.TagClassName
{
border-color: #21486E;
}
</style>