Shades of Persian Blue #212EC1
Tints of Persian Blue #212EC1
RGB
CMYK
RGB Variations
Color information
#212EC1 (or 0x212EC1) is known color: Persian Blue. HEX triplet: 21, 2E and C1. RGB value is (33,46,193). Sum of RGB (Red+Green+Blue) = 33+46+193=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 193 (75.78% from 255 or 70.96% from 272); Max value from RGB is 193 - color contains mainly: blue. Hex color #212EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212EC1 is #DED13E. Grayscale: #3A3A3A. Windows color (decimal): -14602559 or 12660257. OLE color: 12660257.
HSL color Cylindrical-coordinate representation of color #212EC1: hue angle of 235.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212EC1 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 46 | 193 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.24 |
| HSL | 235.13º | 0.71% | 0.44% | - |
| HSV(B) | 235.13º | 0.83% | 0.76% | - |
| XYZ | 11.23 | 6.13 | 51.04 | - |
| YUV | 58.87 | 203.69 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 193 | 0.83 | 0.76 | 0 | 0.24 | 235.13 | 0.71 | 0.44 |
| Hex | 21 | 2E | C1 | 53 | 4C | 0 | 18 | EB | 47 | 2C |
| Octal | 41 | 56 | 301 | 123 | 114 | 0 | 30 | 353 | 107 | 54 |
| Binary | 100001 | 101110 | 11000001 | 1010011 | 1001100 | 0 | 11000 | 11101011 | 1000111 | 101100 |
Color Harmonies of #212EC1
Complementary color
Monochromatic Colors of #212EC1
Black with #212EC1
Text Example
Text Example
White with #212EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212EC1; }
p { color: rgb(33,46,193); }
H1.HeaderClassName
{
color: #212EC1;
}
.AnyTagClassName
{
color: #212EC1;
}
</style>
background-color css
<style>
a { background-color: #212EC1; }
a { background-color: rgb(33,46,193); }
div.DivClassName
{
background-color: #212EC1;
}
.BgClassName
{
background-color: #212EC1;
}
</style>
border-color css
<style>
span { border-color: #212EC1; }
span { border-color: rgb(33,46,193); }
td.TdClassName
{
border-color: #212EC1;
}
.TagClassName
{
border-color: #212EC1;
}
</style>