Shades of Persian Blue #212EAB
Tints of Persian Blue #212EAB
RGB
CMYK
RGB Variations
Color information
#212EAB (or 0x212EAB) is known color: Persian Blue. HEX triplet: 21, 2E and AB. RGB value is (33,46,171). Sum of RGB (Red+Green+Blue) = 33+46+171=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 46 (18.36% from 255 or 18.4% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #212EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212EAB is #DED154. Grayscale: #373737. Windows color (decimal): -14602581 or 11218465. OLE color: 11218465.
HSL color Cylindrical-coordinate representation of color #212EAB: hue angle of 234.35º 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 #212EAB is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 46 | 171 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.33 |
| HSL | 234.35º | 0.68% | 0.4% | - |
| HSV(B) | 234.35º | 0.81% | 0.67% | - |
| XYZ | 8.95 | 5.22 | 39.06 | - |
| YUV | 56.36 | 192.69 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 171 | 0.81 | 0.73 | 0 | 0.33 | 234.35 | 0.68 | 0.4 |
| Hex | 21 | 2E | AB | 51 | 49 | 0 | 21 | EA | 44 | 28 |
| Octal | 41 | 56 | 253 | 121 | 111 | 0 | 41 | 352 | 104 | 50 |
| Binary | 100001 | 101110 | 10101011 | 1010001 | 1001001 | 0 | 100001 | 11101010 | 1000100 | 101000 |
Color Harmonies of #212EAB
Complementary color
Monochromatic Colors of #212EAB
Black with #212EAB
Text Example
Text Example
White with #212EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212EAB; }
p { color: rgb(33,46,171); }
H1.HeaderClassName
{
color: #212EAB;
}
.AnyTagClassName
{
color: #212EAB;
}
</style>
background-color css
<style>
a { background-color: #212EAB; }
a { background-color: rgb(33,46,171); }
div.DivClassName
{
background-color: #212EAB;
}
.BgClassName
{
background-color: #212EAB;
}
</style>
border-color css
<style>
span { border-color: #212EAB; }
span { border-color: rgb(33,46,171); }
td.TdClassName
{
border-color: #212EAB;
}
.TagClassName
{
border-color: #212EAB;
}
</style>