Shades of Persian Blue #212FEC
Tints of Persian Blue #212FEC
RGB
CMYK
RGB Variations
Color information
#212FEC (or 0x212FEC) is known color: Persian Blue. HEX triplet: 21, 2F and EC. RGB value is (33,47,236). Sum of RGB (Red+Green+Blue) = 33+47+236=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 236 (92.58% from 255 or 74.68% from 316); Max value from RGB is 236 - color contains mainly: blue. Hex color #212FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212FEC is #DED013. Grayscale: #3F3F3F. Windows color (decimal): -14602260 or 15478561. OLE color: 15478561.
HSL color Cylindrical-coordinate representation of color #212FEC: hue angle of 235.86º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212FEC is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 47 | 236 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.07 |
| HSL | 235.86º | 0.84% | 0.53% | - |
| HSV(B) | 235.86º | 0.86% | 0.93% | - |
| XYZ | 16.78 | 8.41 | 80.1 | - |
| YUV | 64.36 | 224.86 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 236 | 0.86 | 0.80 | 0 | 0.07 | 235.86 | 0.84 | 0.53 |
| Hex | 21 | 2F | EC | 56 | 50 | 0 | 7 | EC | 54 | 35 |
| Octal | 41 | 57 | 354 | 126 | 120 | 0 | 7 | 354 | 124 | 65 |
| Binary | 100001 | 101111 | 11101100 | 1010110 | 1010000 | 0 | 111 | 11101100 | 1010100 | 110101 |
Color Harmonies of #212FEC
Complementary color
Monochromatic Colors of #212FEC
Black with #212FEC
Text Example
Text Example
White with #212FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FEC; }
p { color: rgb(33,47,236); }
H1.HeaderClassName
{
color: #212FEC;
}
.AnyTagClassName
{
color: #212FEC;
}
</style>
background-color css
<style>
a { background-color: #212FEC; }
a { background-color: rgb(33,47,236); }
div.DivClassName
{
background-color: #212FEC;
}
.BgClassName
{
background-color: #212FEC;
}
</style>
border-color css
<style>
span { border-color: #212FEC; }
span { border-color: rgb(33,47,236); }
td.TdClassName
{
border-color: #212FEC;
}
.TagClassName
{
border-color: #212FEC;
}
</style>