Shades of Persian Blue #213CDB
Tints of Persian Blue #213CDB
RGB
CMYK
RGB Variations
Color information
#213CDB (or 0x213CDB) is known color: Persian Blue. HEX triplet: 21, 3C and DB. RGB value is (33,60,219). Sum of RGB (Red+Green+Blue) = 33+60+219=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #213CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CDB is #DEC324. Grayscale: #454545. Windows color (decimal): -14598949 or 14367777. OLE color: 14367777.
HSL color Cylindrical-coordinate representation of color #213CDB: hue angle of 231.29º 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 #213CDB is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 60 | 219 | - |
| CMYK | 0.85 | 0.73 | 0 | 0.14 |
| HSL | 231.29º | 0.74% | 0.49% | - |
| HSV(B) | 231.29º | 0.85% | 0.86% | - |
| XYZ | 15.03 | 8.67 | 67.9 | - |
| YUV | 70.05 | 212.05 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 60 | 219 | 0.85 | 0.73 | 0 | 0.14 | 231.29 | 0.74 | 0.49 |
| Hex | 21 | 3C | DB | 55 | 49 | 0 | E | E7 | 4A | 31 |
| Octal | 41 | 74 | 333 | 125 | 111 | 0 | 16 | 347 | 112 | 61 |
| Binary | 100001 | 111100 | 11011011 | 1010101 | 1001001 | 0 | 1110 | 11100111 | 1001010 | 110001 |
Color Harmonies of #213CDB
Complementary color
Monochromatic Colors of #213CDB
Black with #213CDB
Text Example
Text Example
White with #213CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213CDB; }
p { color: rgb(33,60,219); }
H1.HeaderClassName
{
color: #213CDB;
}
.AnyTagClassName
{
color: #213CDB;
}
</style>
background-color css
<style>
a { background-color: #213CDB; }
a { background-color: rgb(33,60,219); }
div.DivClassName
{
background-color: #213CDB;
}
.BgClassName
{
background-color: #213CDB;
}
</style>
border-color css
<style>
span { border-color: #213CDB; }
span { border-color: rgb(33,60,219); }
td.TdClassName
{
border-color: #213CDB;
}
.TagClassName
{
border-color: #213CDB;
}
</style>