Shades of Persian Blue #213AEA
Tints of Persian Blue #213AEA
RGB
CMYK
RGB Variations
Color information
#213AEA (or 0x213AEA) is known color: Persian Blue. HEX triplet: 21, 3A and EA. RGB value is (33,58,234). Sum of RGB (Red+Green+Blue) = 33+58+234=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #213AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213AEA is #DEC515. Grayscale: #454545. Windows color (decimal): -14599446 or 15350305. OLE color: 15350305.
HSL color Cylindrical-coordinate representation of color #213AEA: hue angle of 232.54º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213AEA is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 58 | 234 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.08 |
| HSL | 232.54º | 0.83% | 0.52% | - |
| HSV(B) | 232.54º | 0.86% | 0.92% | - |
| XYZ | 16.99 | 9.29 | 78.74 | - |
| YUV | 70.59 | 220.22 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 234 | 0.86 | 0.75 | 0 | 0.08 | 232.54 | 0.83 | 0.52 |
| Hex | 21 | 3A | EA | 56 | 4B | 0 | 8 | E9 | 53 | 34 |
| Octal | 41 | 72 | 352 | 126 | 113 | 0 | 10 | 351 | 123 | 64 |
| Binary | 100001 | 111010 | 11101010 | 1010110 | 1001011 | 0 | 1000 | 11101001 | 1010011 | 110100 |
Color Harmonies of #213AEA
Complementary color
Monochromatic Colors of #213AEA
Black with #213AEA
Text Example
Text Example
White with #213AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213AEA; }
p { color: rgb(33,58,234); }
H1.HeaderClassName
{
color: #213AEA;
}
.AnyTagClassName
{
color: #213AEA;
}
</style>
background-color css
<style>
a { background-color: #213AEA; }
a { background-color: rgb(33,58,234); }
div.DivClassName
{
background-color: #213AEA;
}
.BgClassName
{
background-color: #213AEA;
}
</style>
border-color css
<style>
span { border-color: #213AEA; }
span { border-color: rgb(33,58,234); }
td.TdClassName
{
border-color: #213AEA;
}
.TagClassName
{
border-color: #213AEA;
}
</style>