Shades of Persian Blue #212BE3
Tints of Persian Blue #212BE3
RGB
CMYK
RGB Variations
Color information
#212BE3 (or 0x212BE3) is known color: Persian Blue. HEX triplet: 21, 2B and E3. RGB value is (33,43,227). Sum of RGB (Red+Green+Blue) = 33+43+227=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 227 (89.06% from 255 or 74.92% from 303); Max value from RGB is 227 - color contains mainly: blue. Hex color #212BE3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212BE3 is #DED41C. Grayscale: #3C3C3C. Windows color (decimal): -14603293 or 14887713. OLE color: 14887713.
HSL color Cylindrical-coordinate representation of color #212BE3: hue angle of 236.91º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212BE3 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 43 | 227 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.11 |
| HSL | 236.91º | 0.78% | 0.51% | - |
| HSV(B) | 236.91º | 0.85% | 0.89% | - |
| XYZ | 15.36 | 7.6 | 73.33 | - |
| YUV | 60.99 | 221.69 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 227 | 0.85 | 0.81 | 0 | 0.11 | 236.91 | 0.78 | 0.51 |
| Hex | 21 | 2B | E3 | 55 | 51 | 0 | B | ED | 4E | 33 |
| Octal | 41 | 53 | 343 | 125 | 121 | 0 | 13 | 355 | 116 | 63 |
| Binary | 100001 | 101011 | 11100011 | 1010101 | 1010001 | 0 | 1011 | 11101101 | 1001110 | 110011 |
Color Harmonies of #212BE3
Complementary color
Monochromatic Colors of #212BE3
Black with #212BE3
Text Example
Text Example
White with #212BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212BE3; }
p { color: rgb(33,43,227); }
H1.HeaderClassName
{
color: #212BE3;
}
.AnyTagClassName
{
color: #212BE3;
}
</style>
background-color css
<style>
a { background-color: #212BE3; }
a { background-color: rgb(33,43,227); }
div.DivClassName
{
background-color: #212BE3;
}
.BgClassName
{
background-color: #212BE3;
}
</style>
border-color css
<style>
span { border-color: #212BE3; }
span { border-color: rgb(33,43,227); }
td.TdClassName
{
border-color: #212BE3;
}
.TagClassName
{
border-color: #212BE3;
}
</style>