Shades of Persian Blue #213DAD
Tints of Persian Blue #213DAD
RGB
CMYK
RGB Variations
Color information
#213DAD (or 0x213DAD) is known color: Persian Blue. HEX triplet: 21, 3D and AD. RGB value is (33,61,173). Sum of RGB (Red+Green+Blue) = 33+61+173=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #213DAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213DAD is #DEC252. Grayscale: #404040. Windows color (decimal): -14598739 or 11353377. OLE color: 11353377.
HSL color Cylindrical-coordinate representation of color #213DAD: hue angle of 228º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213DAD is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 61 | 173 | - |
| CMYK | 0.81 | 0.65 | 0 | 0.32 |
| HSL | 228º | 0.68% | 0.4% | - |
| HSV(B) | 228º | 0.81% | 0.68% | - |
| XYZ | 9.84 | 6.68 | 40.31 | - |
| YUV | 65.4 | 188.72 | 104.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 173 | 0.81 | 0.65 | 0 | 0.32 | 228 | 0.68 | 0.4 |
| Hex | 21 | 3D | AD | 51 | 41 | 0 | 20 | E4 | 44 | 28 |
| Octal | 41 | 75 | 255 | 121 | 101 | 0 | 40 | 344 | 104 | 50 |
| Binary | 100001 | 111101 | 10101101 | 1010001 | 1000001 | 0 | 100000 | 11100100 | 1000100 | 101000 |
Color Harmonies of #213DAD
Complementary color
Monochromatic Colors of #213DAD
Black with #213DAD
Text Example
Text Example
White with #213DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DAD; }
p { color: rgb(33,61,173); }
H1.HeaderClassName
{
color: #213DAD;
}
.AnyTagClassName
{
color: #213DAD;
}
</style>
background-color css
<style>
a { background-color: #213DAD; }
a { background-color: rgb(33,61,173); }
div.DivClassName
{
background-color: #213DAD;
}
.BgClassName
{
background-color: #213DAD;
}
</style>
border-color css
<style>
span { border-color: #213DAD; }
span { border-color: rgb(33,61,173); }
td.TdClassName
{
border-color: #213DAD;
}
.TagClassName
{
border-color: #213DAD;
}
</style>