Shades of Persian Blue #213FDB
Tints of Persian Blue #213FDB
RGB
CMYK
RGB Variations
Color information
#213FDB (or 0x213FDB) is known color: Persian Blue. HEX triplet: 21, 3F and DB. RGB value is (33,63,219). Sum of RGB (Red+Green+Blue) = 33+63+219=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #213FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FDB is #DEC024. Grayscale: #474747. Windows color (decimal): -14598181 or 14368545. OLE color: 14368545.
HSL color Cylindrical-coordinate representation of color #213FDB: hue angle of 230.32º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213FDB is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 63 | 219 | - |
| CMYK | 0.85 | 0.71 | 0 | 0.14 |
| HSL | 230.32º | 0.74% | 0.49% | - |
| HSV(B) | 230.32º | 0.85% | 0.86% | - |
| XYZ | 15.19 | 8.99 | 67.95 | - |
| YUV | 71.81 | 211.06 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 219 | 0.85 | 0.71 | 0 | 0.14 | 230.32 | 0.74 | 0.49 |
| Hex | 21 | 3F | DB | 55 | 47 | 0 | E | E6 | 4A | 31 |
| Octal | 41 | 77 | 333 | 125 | 107 | 0 | 16 | 346 | 112 | 61 |
| Binary | 100001 | 111111 | 11011011 | 1010101 | 1000111 | 0 | 1110 | 11100110 | 1001010 | 110001 |
Color Harmonies of #213FDB
Complementary color
Monochromatic Colors of #213FDB
Black with #213FDB
Text Example
Text Example
White with #213FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213FDB; }
p { color: rgb(33,63,219); }
H1.HeaderClassName
{
color: #213FDB;
}
.AnyTagClassName
{
color: #213FDB;
}
</style>
background-color css
<style>
a { background-color: #213FDB; }
a { background-color: rgb(33,63,219); }
div.DivClassName
{
background-color: #213FDB;
}
.BgClassName
{
background-color: #213FDB;
}
</style>
border-color css
<style>
span { border-color: #213FDB; }
span { border-color: rgb(33,63,219); }
td.TdClassName
{
border-color: #213FDB;
}
.TagClassName
{
border-color: #213FDB;
}
</style>