Shades of Persian Blue #213DDC
Tints of Persian Blue #213DDC
RGB
CMYK
RGB Variations
Color information
#213DDC (or 0x213DDC) is known color: Persian Blue. HEX triplet: 21, 3D and DC. RGB value is (33,61,220). Sum of RGB (Red+Green+Blue) = 33+61+220=314 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.51% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 220 (86.33% from 255 or 70.06% from 314); Max value from RGB is 220 - color contains mainly: blue. Hex color #213DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DDC is #DEC223. Grayscale: #464646. Windows color (decimal): -14598692 or 14433569. OLE color: 14433569.
HSL color Cylindrical-coordinate representation of color #213DDC: hue angle of 231.02º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213DDC is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 61 | 220 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.14 |
| HSL | 231.02º | 0.74% | 0.5% | - |
| HSV(B) | 231.02º | 0.85% | 0.86% | - |
| XYZ | 15.21 | 8.83 | 68.61 | - |
| YUV | 70.75 | 212.22 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 220 | 0.85 | 0.72 | 0 | 0.14 | 231.02 | 0.74 | 0.5 |
| Hex | 21 | 3D | DC | 55 | 48 | 0 | E | E7 | 4A | 32 |
| Octal | 41 | 75 | 334 | 125 | 110 | 0 | 16 | 347 | 112 | 62 |
| Binary | 100001 | 111101 | 11011100 | 1010101 | 1001000 | 0 | 1110 | 11100111 | 1001010 | 110010 |
Color Harmonies of #213DDC
Complementary color
Monochromatic Colors of #213DDC
Black with #213DDC
Text Example
Text Example
White with #213DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DDC; }
p { color: rgb(33,61,220); }
H1.HeaderClassName
{
color: #213DDC;
}
.AnyTagClassName
{
color: #213DDC;
}
</style>
background-color css
<style>
a { background-color: #213DDC; }
a { background-color: rgb(33,61,220); }
div.DivClassName
{
background-color: #213DDC;
}
.BgClassName
{
background-color: #213DDC;
}
</style>
border-color css
<style>
span { border-color: #213DDC; }
span { border-color: rgb(33,61,220); }
td.TdClassName
{
border-color: #213DDC;
}
.TagClassName
{
border-color: #213DDC;
}
</style>