Shades of Persian Blue #213ACD
Tints of Persian Blue #213ACD
RGB
CMYK
RGB Variations
Color information
#213ACD (or 0x213ACD) is known color: Persian Blue. HEX triplet: 21, 3A and CD. RGB value is (33,58,205). Sum of RGB (Red+Green+Blue) = 33+58+205=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 58 (23.05% from 255 or 19.59% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #213ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213ACD is #DEC532. Grayscale: #424242. Windows color (decimal): -14599475 or 13449761. OLE color: 13449761.
HSL color Cylindrical-coordinate representation of color #213ACD: hue angle of 231.28º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213ACD is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 58 | 205 | - |
| CMYK | 0.84 | 0.72 | 0 | 0.20 |
| HSL | 231.28º | 0.72% | 0.47% | - |
| HSV(B) | 231.28º | 0.84% | 0.8% | - |
| XYZ | 13.16 | 7.76 | 58.56 | - |
| YUV | 67.28 | 205.72 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 205 | 0.84 | 0.72 | 0 | 0.20 | 231.28 | 0.72 | 0.47 |
| Hex | 21 | 3A | CD | 54 | 48 | 0 | 14 | E7 | 48 | 2F |
| Octal | 41 | 72 | 315 | 124 | 110 | 0 | 24 | 347 | 110 | 57 |
| Binary | 100001 | 111010 | 11001101 | 1010100 | 1001000 | 0 | 10100 | 11100111 | 1001000 | 101111 |
Color Harmonies of #213ACD
Complementary color
Monochromatic Colors of #213ACD
Black with #213ACD
Text Example
Text Example
White with #213ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213ACD; }
p { color: rgb(33,58,205); }
H1.HeaderClassName
{
color: #213ACD;
}
.AnyTagClassName
{
color: #213ACD;
}
</style>
background-color css
<style>
a { background-color: #213ACD; }
a { background-color: rgb(33,58,205); }
div.DivClassName
{
background-color: #213ACD;
}
.BgClassName
{
background-color: #213ACD;
}
</style>
border-color css
<style>
span { border-color: #213ACD; }
span { border-color: rgb(33,58,205); }
td.TdClassName
{
border-color: #213ACD;
}
.TagClassName
{
border-color: #213ACD;
}
</style>