Shades of Persian Blue #212CAB
Tints of Persian Blue #212CAB
RGB
CMYK
RGB Variations
Color information
#212CAB (or 0x212CAB) is known color: Persian Blue. HEX triplet: 21, 2C and AB. RGB value is (33,44,171). Sum of RGB (Red+Green+Blue) = 33+44+171=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 171 (67.19% from 255 or 68.95% from 248); Max value from RGB is 171 - color contains mainly: blue. Hex color #212CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212CAB is #DED354. Grayscale: #363636. Windows color (decimal): -14603093 or 11217953. OLE color: 11217953.
HSL color Cylindrical-coordinate representation of color #212CAB: hue angle of 235.22º 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 #212CAB is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 44 | 171 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.33 |
| HSL | 235.22º | 0.68% | 0.4% | - |
| HSV(B) | 235.22º | 0.81% | 0.67% | - |
| XYZ | 8.88 | 5.06 | 39.04 | - |
| YUV | 55.19 | 193.36 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 171 | 0.81 | 0.74 | 0 | 0.33 | 235.22 | 0.68 | 0.4 |
| Hex | 21 | 2C | AB | 51 | 4A | 0 | 21 | EB | 44 | 28 |
| Octal | 41 | 54 | 253 | 121 | 112 | 0 | 41 | 353 | 104 | 50 |
| Binary | 100001 | 101100 | 10101011 | 1010001 | 1001010 | 0 | 100001 | 11101011 | 1000100 | 101000 |
Color Harmonies of #212CAB
Complementary color
Monochromatic Colors of #212CAB
Black with #212CAB
Text Example
Text Example
White with #212CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CAB; }
p { color: rgb(33,44,171); }
H1.HeaderClassName
{
color: #212CAB;
}
.AnyTagClassName
{
color: #212CAB;
}
</style>
background-color css
<style>
a { background-color: #212CAB; }
a { background-color: rgb(33,44,171); }
div.DivClassName
{
background-color: #212CAB;
}
.BgClassName
{
background-color: #212CAB;
}
</style>
border-color css
<style>
span { border-color: #212CAB; }
span { border-color: rgb(33,44,171); }
td.TdClassName
{
border-color: #212CAB;
}
.TagClassName
{
border-color: #212CAB;
}
</style>