Shades of Persian Blue #212FDE
Tints of Persian Blue #212FDE
RGB
CMYK
RGB Variations
Color information
#212FDE (or 0x212FDE) is known color: Persian Blue. HEX triplet: 21, 2F and DE. RGB value is (33,47,222). Sum of RGB (Red+Green+Blue) = 33+47+222=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #212FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FDE is #DED021. Grayscale: #3E3E3E. Windows color (decimal): -14602274 or 14561057. OLE color: 14561057.
HSL color Cylindrical-coordinate representation of color #212FDE: hue angle of 235.56º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #212FDE is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 47 | 222 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.13 |
| HSL | 235.56º | 0.74% | 0.5% | - |
| HSV(B) | 235.56º | 0.85% | 0.87% | - |
| XYZ | 14.83 | 7.63 | 69.8 | - |
| YUV | 62.76 | 217.86 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 222 | 0.85 | 0.79 | 0 | 0.13 | 235.56 | 0.74 | 0.5 |
| Hex | 21 | 2F | DE | 55 | 4F | 0 | D | EC | 4A | 32 |
| Octal | 41 | 57 | 336 | 125 | 117 | 0 | 15 | 354 | 112 | 62 |
| Binary | 100001 | 101111 | 11011110 | 1010101 | 1001111 | 0 | 1101 | 11101100 | 1001010 | 110010 |
Color Harmonies of #212FDE
Complementary color
Monochromatic Colors of #212FDE
Black with #212FDE
Text Example
Text Example
White with #212FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212FDE; }
p { color: rgb(33,47,222); }
H1.HeaderClassName
{
color: #212FDE;
}
.AnyTagClassName
{
color: #212FDE;
}
</style>
background-color css
<style>
a { background-color: #212FDE; }
a { background-color: rgb(33,47,222); }
div.DivClassName
{
background-color: #212FDE;
}
.BgClassName
{
background-color: #212FDE;
}
</style>
border-color css
<style>
span { border-color: #212FDE; }
span { border-color: rgb(33,47,222); }
td.TdClassName
{
border-color: #212FDE;
}
.TagClassName
{
border-color: #212FDE;
}
</style>