Shades of Persian Blue #213DDD
Tints of Persian Blue #213DDD
RGB
CMYK
RGB Variations
Color information
#213DDD (or 0x213DDD) is known color: Persian Blue. HEX triplet: 21, 3D and DD. RGB value is (33,61,221). Sum of RGB (Red+Green+Blue) = 33+61+221=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #213DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DDD is #DEC222. Grayscale: #464646. Windows color (decimal): -14598691 or 14499105. OLE color: 14499105.
HSL color Cylindrical-coordinate representation of color #213DDD: hue angle of 231.06º 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 #213DDD is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 61 | 221 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.13 |
| HSL | 231.06º | 0.74% | 0.5% | - |
| HSV(B) | 231.06º | 0.85% | 0.87% | - |
| XYZ | 15.35 | 8.88 | 69.31 | - |
| YUV | 70.87 | 212.72 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 221 | 0.85 | 0.72 | 0 | 0.13 | 231.06 | 0.74 | 0.5 |
| Hex | 21 | 3D | DD | 55 | 48 | 0 | D | E7 | 4A | 32 |
| Octal | 41 | 75 | 335 | 125 | 110 | 0 | 15 | 347 | 112 | 62 |
| Binary | 100001 | 111101 | 11011101 | 1010101 | 1001000 | 0 | 1101 | 11100111 | 1001010 | 110010 |
Color Harmonies of #213DDD
Complementary color
Monochromatic Colors of #213DDD
Black with #213DDD
Text Example
Text Example
White with #213DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DDD; }
p { color: rgb(33,61,221); }
H1.HeaderClassName
{
color: #213DDD;
}
.AnyTagClassName
{
color: #213DDD;
}
</style>
background-color css
<style>
a { background-color: #213DDD; }
a { background-color: rgb(33,61,221); }
div.DivClassName
{
background-color: #213DDD;
}
.BgClassName
{
background-color: #213DDD;
}
</style>
border-color css
<style>
span { border-color: #213DDD; }
span { border-color: rgb(33,61,221); }
td.TdClassName
{
border-color: #213DDD;
}
.TagClassName
{
border-color: #213DDD;
}
</style>