Shades of Persian Blue #213FD4
Tints of Persian Blue #213FD4
RGB
CMYK
RGB Variations
Color information
#213FD4 (or 0x213FD4) is known color: Persian Blue. HEX triplet: 21, 3F and D4. RGB value is (33,63,212). Sum of RGB (Red+Green+Blue) = 33+63+212=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 212 (83.20% from 255 or 68.83% from 308); Max value from RGB is 212 - color contains mainly: blue. Hex color #213FD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FD4 is #DEC02B. Grayscale: #464646. Windows color (decimal): -14598188 or 13909793. OLE color: 13909793.
HSL color Cylindrical-coordinate representation of color #213FD4: hue angle of 229.94º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213FD4 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 63 | 212 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.17 |
| HSL | 229.94º | 0.73% | 0.48% | - |
| HSV(B) | 229.94º | 0.84% | 0.83% | - |
| XYZ | 14.29 | 8.63 | 63.2 | - |
| YUV | 71.02 | 207.56 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 212 | 0.84 | 0.70 | 0 | 0.17 | 229.94 | 0.73 | 0.48 |
| Hex | 21 | 3F | D4 | 54 | 46 | 0 | 11 | E6 | 49 | 30 |
| Octal | 41 | 77 | 324 | 124 | 106 | 0 | 21 | 346 | 111 | 60 |
| Binary | 100001 | 111111 | 11010100 | 1010100 | 1000110 | 0 | 10001 | 11100110 | 1001001 | 110000 |
Color Harmonies of #213FD4
Complementary color
Monochromatic Colors of #213FD4
Black with #213FD4
Text Example
Text Example
White with #213FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213FD4; }
p { color: rgb(33,63,212); }
H1.HeaderClassName
{
color: #213FD4;
}
.AnyTagClassName
{
color: #213FD4;
}
</style>
background-color css
<style>
a { background-color: #213FD4; }
a { background-color: rgb(33,63,212); }
div.DivClassName
{
background-color: #213FD4;
}
.BgClassName
{
background-color: #213FD4;
}
</style>
border-color css
<style>
span { border-color: #213FD4; }
span { border-color: rgb(33,63,212); }
td.TdClassName
{
border-color: #213FD4;
}
.TagClassName
{
border-color: #213FD4;
}
</style>