Shades of Persian Blue #211CCD
Tints of Persian Blue #211CCD
RGB
CMYK
RGB Variations
Color information
#211CCD (or 0x211CCD) is known color: Persian Blue. HEX triplet: 21, 1C and CD. RGB value is (33,28,205). Sum of RGB (Red+Green+Blue) = 33+28+205=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 205 (80.47% from 255 or 77.07% from 266); Max value from RGB is 205 - color contains mainly: blue. Hex color #211CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CCD is #DEE332. Grayscale: #303030. Windows color (decimal): -14607155 or 13442081. OLE color: 13442081.
HSL color Cylindrical-coordinate representation of color #211CCD: hue angle of 241.69º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211CCD is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 28 | 205 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.20 |
| HSL | 241.69º | 0.76% | 0.46% | - |
| HSV(B) | 241.69º | 0.86% | 0.8% | - |
| XYZ | 12.06 | 5.56 | 58.2 | - |
| YUV | 49.67 | 215.66 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 205 | 0.84 | 0.86 | 0 | 0.20 | 241.69 | 0.76 | 0.46 |
| Hex | 21 | 1C | CD | 54 | 56 | 0 | 14 | F2 | 4C | 2E |
| Octal | 41 | 34 | 315 | 124 | 126 | 0 | 24 | 362 | 114 | 56 |
| Binary | 100001 | 11100 | 11001101 | 1010100 | 1010110 | 0 | 10100 | 11110010 | 1001100 | 101110 |
Color Harmonies of #211CCD
Complementary color
Monochromatic Colors of #211CCD
Black with #211CCD
Text Example
Text Example
White with #211CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211CCD; }
p { color: rgb(33,28,205); }
H1.HeaderClassName
{
color: #211CCD;
}
.AnyTagClassName
{
color: #211CCD;
}
</style>
background-color css
<style>
a { background-color: #211CCD; }
a { background-color: rgb(33,28,205); }
div.DivClassName
{
background-color: #211CCD;
}
.BgClassName
{
background-color: #211CCD;
}
</style>
border-color css
<style>
span { border-color: #211CCD; }
span { border-color: rgb(33,28,205); }
td.TdClassName
{
border-color: #211CCD;
}
.TagClassName
{
border-color: #211CCD;
}
</style>