Shades of Persian Blue #213FDD
Tints of Persian Blue #213FDD
RGB
CMYK
RGB Variations
Color information
#213FDD (or 0x213FDD) is known color: Persian Blue. HEX triplet: 21, 3F and DD. RGB value is (33,63,221). Sum of RGB (Red+Green+Blue) = 33+63+221=317 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.41% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #213FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FDD is #DEC022. Grayscale: #474747. Windows color (decimal): -14598179 or 14499617. OLE color: 14499617.
HSL color Cylindrical-coordinate representation of color #213FDD: hue angle of 230.43º 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 #213FDD is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 63 | 221 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.13 |
| HSL | 230.43º | 0.74% | 0.5% | - |
| HSV(B) | 230.43º | 0.85% | 0.87% | - |
| XYZ | 15.46 | 9.1 | 69.35 | - |
| YUV | 72.04 | 212.06 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 221 | 0.85 | 0.71 | 0 | 0.13 | 230.43 | 0.74 | 0.5 |
| Hex | 21 | 3F | DD | 55 | 47 | 0 | D | E6 | 4A | 32 |
| Octal | 41 | 77 | 335 | 125 | 107 | 0 | 15 | 346 | 112 | 62 |
| Binary | 100001 | 111111 | 11011101 | 1010101 | 1000111 | 0 | 1101 | 11100110 | 1001010 | 110010 |
Color Harmonies of #213FDD
Complementary color
Monochromatic Colors of #213FDD
Black with #213FDD
Text Example
Text Example
White with #213FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213FDD; }
p { color: rgb(33,63,221); }
H1.HeaderClassName
{
color: #213FDD;
}
.AnyTagClassName
{
color: #213FDD;
}
</style>
background-color css
<style>
a { background-color: #213FDD; }
a { background-color: rgb(33,63,221); }
div.DivClassName
{
background-color: #213FDD;
}
.BgClassName
{
background-color: #213FDD;
}
</style>
border-color css
<style>
span { border-color: #213FDD; }
span { border-color: rgb(33,63,221); }
td.TdClassName
{
border-color: #213FDD;
}
.TagClassName
{
border-color: #213FDD;
}
</style>