Shades of Persian Blue #212EB2
Tints of Persian Blue #212EB2
RGB
CMYK
RGB Variations
Color information
#212EB2 (or 0x212EB2) is known color: Persian Blue. HEX triplet: 21, 2E and B2. RGB value is (33,46,178). Sum of RGB (Red+Green+Blue) = 33+46+178=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 178 (69.92% from 255 or 69.26% from 257); Max value from RGB is 178 - color contains mainly: blue. Hex color #212EB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212EB2 is #DED14D. Grayscale: #383838. Windows color (decimal): -14602574 or 11677217. OLE color: 11677217.
HSL color Cylindrical-coordinate representation of color #212EB2: hue angle of 234.62º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #212EB2 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 46 | 178 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.30 |
| HSL | 234.62º | 0.69% | 0.41% | - |
| HSV(B) | 234.62º | 0.81% | 0.7% | - |
| XYZ | 9.64 | 5.49 | 42.67 | - |
| YUV | 57.16 | 196.19 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 178 | 0.81 | 0.74 | 0 | 0.30 | 234.62 | 0.69 | 0.41 |
| Hex | 21 | 2E | B2 | 51 | 4A | 0 | 1E | EB | 45 | 29 |
| Octal | 41 | 56 | 262 | 121 | 112 | 0 | 36 | 353 | 105 | 51 |
| Binary | 100001 | 101110 | 10110010 | 1010001 | 1001010 | 0 | 11110 | 11101011 | 1000101 | 101001 |
Color Harmonies of #212EB2
Complementary color
Monochromatic Colors of #212EB2
Black with #212EB2
Text Example
Text Example
White with #212EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212EB2; }
p { color: rgb(33,46,178); }
H1.HeaderClassName
{
color: #212EB2;
}
.AnyTagClassName
{
color: #212EB2;
}
</style>
background-color css
<style>
a { background-color: #212EB2; }
a { background-color: rgb(33,46,178); }
div.DivClassName
{
background-color: #212EB2;
}
.BgClassName
{
background-color: #212EB2;
}
</style>
border-color css
<style>
span { border-color: #212EB2; }
span { border-color: rgb(33,46,178); }
td.TdClassName
{
border-color: #212EB2;
}
.TagClassName
{
border-color: #212EB2;
}
</style>