Shades of Persian Blue #212EC3
Tints of Persian Blue #212EC3
RGB
CMYK
RGB Variations
Color information
#212EC3 (or 0x212EC3) is known color: Persian Blue. HEX triplet: 21, 2E and C3. RGB value is (33,46,195). Sum of RGB (Red+Green+Blue) = 33+46+195=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 195 (76.56% from 255 or 71.17% from 274); Max value from RGB is 195 - color contains mainly: blue. Hex color #212EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212EC3 is #DED13C. Grayscale: #3A3A3A. Windows color (decimal): -14602557 or 12791329. OLE color: 12791329.
HSL color Cylindrical-coordinate representation of color #212EC3: hue angle of 235.19º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212EC3 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 46 | 195 | - |
| CMYK | 0.83 | 0.76 | 0 | 0.24 |
| HSL | 235.19º | 0.71% | 0.45% | - |
| HSV(B) | 235.19º | 0.83% | 0.76% | - |
| XYZ | 11.45 | 6.22 | 52.23 | - |
| YUV | 59.1 | 204.69 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 195 | 0.83 | 0.76 | 0 | 0.24 | 235.19 | 0.71 | 0.45 |
| Hex | 21 | 2E | C3 | 53 | 4C | 0 | 18 | EB | 47 | 2D |
| Octal | 41 | 56 | 303 | 123 | 114 | 0 | 30 | 353 | 107 | 55 |
| Binary | 100001 | 101110 | 11000011 | 1010011 | 1001100 | 0 | 11000 | 11101011 | 1000111 | 101101 |
Color Harmonies of #212EC3
Complementary color
Monochromatic Colors of #212EC3
Black with #212EC3
Text Example
Text Example
White with #212EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212EC3; }
p { color: rgb(33,46,195); }
H1.HeaderClassName
{
color: #212EC3;
}
.AnyTagClassName
{
color: #212EC3;
}
</style>
background-color css
<style>
a { background-color: #212EC3; }
a { background-color: rgb(33,46,195); }
div.DivClassName
{
background-color: #212EC3;
}
.BgClassName
{
background-color: #212EC3;
}
</style>
border-color css
<style>
span { border-color: #212EC3; }
span { border-color: rgb(33,46,195); }
td.TdClassName
{
border-color: #212EC3;
}
.TagClassName
{
border-color: #212EC3;
}
</style>