Shades of Persian Blue #212AAD
Tints of Persian Blue #212AAD
RGB
CMYK
RGB Variations
Color information
#212AAD (or 0x212AAD) is known color: Persian Blue. HEX triplet: 21, 2A and AD. RGB value is (33,42,173). Sum of RGB (Red+Green+Blue) = 33+42+173=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #212AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212AAD is #DED552. Grayscale: #353535. Windows color (decimal): -14603603 or 11348513. OLE color: 11348513.
HSL color Cylindrical-coordinate representation of color #212AAD: hue angle of 236.14º 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 #212AAD is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 42 | 173 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.32 |
| HSL | 236.14º | 0.68% | 0.4% | - |
| HSV(B) | 236.14º | 0.81% | 0.68% | - |
| XYZ | 9 | 5 | 40.03 | - |
| YUV | 54.24 | 195.02 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 173 | 0.81 | 0.76 | 0 | 0.32 | 236.14 | 0.68 | 0.4 |
| Hex | 21 | 2A | AD | 51 | 4C | 0 | 20 | EC | 44 | 28 |
| Octal | 41 | 52 | 255 | 121 | 114 | 0 | 40 | 354 | 104 | 50 |
| Binary | 100001 | 101010 | 10101101 | 1010001 | 1001100 | 0 | 100000 | 11101100 | 1000100 | 101000 |
Color Harmonies of #212AAD
Complementary color
Monochromatic Colors of #212AAD
Black with #212AAD
Text Example
Text Example
White with #212AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AAD; }
p { color: rgb(33,42,173); }
H1.HeaderClassName
{
color: #212AAD;
}
.AnyTagClassName
{
color: #212AAD;
}
</style>
background-color css
<style>
a { background-color: #212AAD; }
a { background-color: rgb(33,42,173); }
div.DivClassName
{
background-color: #212AAD;
}
.BgClassName
{
background-color: #212AAD;
}
</style>
border-color css
<style>
span { border-color: #212AAD; }
span { border-color: rgb(33,42,173); }
td.TdClassName
{
border-color: #212AAD;
}
.TagClassName
{
border-color: #212AAD;
}
</style>