Shades of Persian Blue #212AAB
Tints of Persian Blue #212AAB
RGB
CMYK
RGB Variations
Color information
#212AAB (or 0x212AAB) is known color: Persian Blue. HEX triplet: 21, 2A and AB. RGB value is (33,42,171). Sum of RGB (Red+Green+Blue) = 33+42+171=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #212AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212AAB is #DED554. Grayscale: #353535. Windows color (decimal): -14603605 or 11217441. OLE color: 11217441.
HSL color Cylindrical-coordinate representation of color #212AAB: hue angle of 236.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212AAB is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 42 | 171 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.33 |
| HSL | 236.09º | 0.68% | 0.4% | - |
| HSV(B) | 236.09º | 0.81% | 0.67% | - |
| XYZ | 8.81 | 4.92 | 39.01 | - |
| YUV | 54.02 | 194.02 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 171 | 0.81 | 0.75 | 0 | 0.33 | 236.09 | 0.68 | 0.4 |
| Hex | 21 | 2A | AB | 51 | 4B | 0 | 21 | EC | 44 | 28 |
| Octal | 41 | 52 | 253 | 121 | 113 | 0 | 41 | 354 | 104 | 50 |
| Binary | 100001 | 101010 | 10101011 | 1010001 | 1001011 | 0 | 100001 | 11101100 | 1000100 | 101000 |
Color Harmonies of #212AAB
Complementary color
Monochromatic Colors of #212AAB
Black with #212AAB
Text Example
Text Example
White with #212AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AAB; }
p { color: rgb(33,42,171); }
H1.HeaderClassName
{
color: #212AAB;
}
.AnyTagClassName
{
color: #212AAB;
}
</style>
background-color css
<style>
a { background-color: #212AAB; }
a { background-color: rgb(33,42,171); }
div.DivClassName
{
background-color: #212AAB;
}
.BgClassName
{
background-color: #212AAB;
}
</style>
border-color css
<style>
span { border-color: #212AAB; }
span { border-color: rgb(33,42,171); }
td.TdClassName
{
border-color: #212AAB;
}
.TagClassName
{
border-color: #212AAB;
}
</style>