Shades of Persian Blue #212BE5
Tints of Persian Blue #212BE5
RGB
CMYK
RGB Variations
Color information
#212BE5 (or 0x212BE5) is known color: Persian Blue. HEX triplet: 21, 2B and E5. RGB value is (33,43,229). Sum of RGB (Red+Green+Blue) = 33+43+229=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 229 (89.84% from 255 or 75.08% from 305); Max value from RGB is 229 - color contains mainly: blue. Hex color #212BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BE5 is #DED41A. Grayscale: #3C3C3C. Windows color (decimal): -14603291 or 15018785. OLE color: 15018785.
HSL color Cylindrical-coordinate representation of color #212BE5: hue angle of 236.94º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212BE5 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 43 | 229 | - |
| CMYK | 0.86 | 0.81 | 0 | 0.10 |
| HSL | 236.94º | 0.79% | 0.51% | - |
| HSV(B) | 236.94º | 0.86% | 0.9% | - |
| XYZ | 15.63 | 7.71 | 74.79 | - |
| YUV | 61.21 | 222.69 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 229 | 0.86 | 0.81 | 0 | 0.10 | 236.94 | 0.79 | 0.51 |
| Hex | 21 | 2B | E5 | 56 | 51 | 0 | A | ED | 4F | 33 |
| Octal | 41 | 53 | 345 | 126 | 121 | 0 | 12 | 355 | 117 | 63 |
| Binary | 100001 | 101011 | 11100101 | 1010110 | 1010001 | 0 | 1010 | 11101101 | 1001111 | 110011 |
Color Harmonies of #212BE5
Complementary color
Monochromatic Colors of #212BE5
Black with #212BE5
Text Example
Text Example
White with #212BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212BE5; }
p { color: rgb(33,43,229); }
H1.HeaderClassName
{
color: #212BE5;
}
.AnyTagClassName
{
color: #212BE5;
}
</style>
background-color css
<style>
a { background-color: #212BE5; }
a { background-color: rgb(33,43,229); }
div.DivClassName
{
background-color: #212BE5;
}
.BgClassName
{
background-color: #212BE5;
}
</style>
border-color css
<style>
span { border-color: #212BE5; }
span { border-color: rgb(33,43,229); }
td.TdClassName
{
border-color: #212BE5;
}
.TagClassName
{
border-color: #212BE5;
}
</style>