Shades of Persian Blue #212CEA
Tints of Persian Blue #212CEA
RGB
CMYK
RGB Variations
Color information
#212CEA (or 0x212CEA) is known color: Persian Blue. HEX triplet: 21, 2C and EA. RGB value is (33,44,234). Sum of RGB (Red+Green+Blue) = 33+44+234=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 234 (91.80% from 255 or 75.24% from 311); Max value from RGB is 234 - color contains mainly: blue. Hex color #212CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212CEA is #DED315. Grayscale: #3D3D3D. Windows color (decimal): -14603030 or 15346721. OLE color: 15346721.
HSL color Cylindrical-coordinate representation of color #212CEA: hue angle of 236.72º 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 #212CEA is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 44 | 234 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.08 |
| HSL | 236.72º | 0.83% | 0.52% | - |
| HSV(B) | 236.72º | 0.86% | 0.92% | - |
| XYZ | 16.38 | 8.07 | 78.54 | - |
| YUV | 62.37 | 224.86 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 234 | 0.86 | 0.81 | 0 | 0.08 | 236.72 | 0.83 | 0.52 |
| Hex | 21 | 2C | EA | 56 | 51 | 0 | 8 | ED | 53 | 34 |
| Octal | 41 | 54 | 352 | 126 | 121 | 0 | 10 | 355 | 123 | 64 |
| Binary | 100001 | 101100 | 11101010 | 1010110 | 1010001 | 0 | 1000 | 11101101 | 1010011 | 110100 |
Color Harmonies of #212CEA
Complementary color
Monochromatic Colors of #212CEA
Black with #212CEA
Text Example
Text Example
White with #212CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212CEA; }
p { color: rgb(33,44,234); }
H1.HeaderClassName
{
color: #212CEA;
}
.AnyTagClassName
{
color: #212CEA;
}
</style>
background-color css
<style>
a { background-color: #212CEA; }
a { background-color: rgb(33,44,234); }
div.DivClassName
{
background-color: #212CEA;
}
.BgClassName
{
background-color: #212CEA;
}
</style>
border-color css
<style>
span { border-color: #212CEA; }
span { border-color: rgb(33,44,234); }
td.TdClassName
{
border-color: #212CEA;
}
.TagClassName
{
border-color: #212CEA;
}
</style>