Shades of Persian Blue #212DAD
Tints of Persian Blue #212DAD
RGB
CMYK
RGB Variations
Color information
#212DAD (or 0x212DAD) is known color: Persian Blue. HEX triplet: 21, 2D and AD. RGB value is (33,45,173). Sum of RGB (Red+Green+Blue) = 33+45+173=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #212DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212DAD is #DED252. Grayscale: #373737. Windows color (decimal): -14602835 or 11349281. OLE color: 11349281.
HSL color Cylindrical-coordinate representation of color #212DAD: hue angle of 234.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212DAD is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 45 | 173 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.32 |
| HSL | 234.86º | 0.68% | 0.4% | - |
| HSV(B) | 234.86º | 0.81% | 0.68% | - |
| XYZ | 9.11 | 5.22 | 40.06 | - |
| YUV | 56 | 194.02 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 173 | 0.81 | 0.74 | 0 | 0.32 | 234.86 | 0.68 | 0.4 |
| Hex | 21 | 2D | AD | 51 | 4A | 0 | 20 | EB | 44 | 28 |
| Octal | 41 | 55 | 255 | 121 | 112 | 0 | 40 | 353 | 104 | 50 |
| Binary | 100001 | 101101 | 10101101 | 1010001 | 1001010 | 0 | 100000 | 11101011 | 1000100 | 101000 |
Color Harmonies of #212DAD
Complementary color
Monochromatic Colors of #212DAD
Black with #212DAD
Text Example
Text Example
White with #212DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212DAD; }
p { color: rgb(33,45,173); }
H1.HeaderClassName
{
color: #212DAD;
}
.AnyTagClassName
{
color: #212DAD;
}
</style>
background-color css
<style>
a { background-color: #212DAD; }
a { background-color: rgb(33,45,173); }
div.DivClassName
{
background-color: #212DAD;
}
.BgClassName
{
background-color: #212DAD;
}
</style>
border-color css
<style>
span { border-color: #212DAD; }
span { border-color: rgb(33,45,173); }
td.TdClassName
{
border-color: #212DAD;
}
.TagClassName
{
border-color: #212DAD;
}
</style>