Shades of Persian Blue #212AEA
Tints of Persian Blue #212AEA
RGB
CMYK
RGB Variations
Color information
#212AEA (or 0x212AEA) is known color: Persian Blue. HEX triplet: 21, 2A and EA. RGB value is (33,42,234). Sum of RGB (Red+Green+Blue) = 33+42+234=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #212AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212AEA is #DED515. Grayscale: #3C3C3C. Windows color (decimal): -14603542 or 15346209. OLE color: 15346209.
HSL color Cylindrical-coordinate representation of color #212AEA: hue angle of 237.31º 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 #212AEA is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 42 | 234 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.08 |
| HSL | 237.31º | 0.83% | 0.52% | - |
| HSV(B) | 237.31º | 0.86% | 0.92% | - |
| XYZ | 16.31 | 7.92 | 78.51 | - |
| YUV | 61.2 | 225.52 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 234 | 0.86 | 0.82 | 0 | 0.08 | 237.31 | 0.83 | 0.52 |
| Hex | 21 | 2A | EA | 56 | 52 | 0 | 8 | ED | 53 | 34 |
| Octal | 41 | 52 | 352 | 126 | 122 | 0 | 10 | 355 | 123 | 64 |
| Binary | 100001 | 101010 | 11101010 | 1010110 | 1010010 | 0 | 1000 | 11101101 | 1010011 | 110100 |
Color Harmonies of #212AEA
Complementary color
Monochromatic Colors of #212AEA
Black with #212AEA
Text Example
Text Example
White with #212AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AEA; }
p { color: rgb(33,42,234); }
H1.HeaderClassName
{
color: #212AEA;
}
.AnyTagClassName
{
color: #212AEA;
}
</style>
background-color css
<style>
a { background-color: #212AEA; }
a { background-color: rgb(33,42,234); }
div.DivClassName
{
background-color: #212AEA;
}
.BgClassName
{
background-color: #212AEA;
}
</style>
border-color css
<style>
span { border-color: #212AEA; }
span { border-color: rgb(33,42,234); }
td.TdClassName
{
border-color: #212AEA;
}
.TagClassName
{
border-color: #212AEA;
}
</style>