Shades of Persian Blue #213DDA
Tints of Persian Blue #213DDA
RGB
CMYK
RGB Variations
Color information
#213DDA (or 0x213DDA) is known color: Persian Blue. HEX triplet: 21, 3D and DA. RGB value is (33,61,218). Sum of RGB (Red+Green+Blue) = 33+61+218=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 218 (85.55% from 255 or 69.87% from 312); Max value from RGB is 218 - color contains mainly: blue. Hex color #213DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DDA is #DEC225. Grayscale: #454545. Windows color (decimal): -14598694 or 14302497. OLE color: 14302497.
HSL color Cylindrical-coordinate representation of color #213DDA: hue angle of 230.92º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #213DDA is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 61 | 218 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.15 |
| HSL | 230.92º | 0.74% | 0.49% | - |
| HSV(B) | 230.92º | 0.85% | 0.85% | - |
| XYZ | 14.95 | 8.72 | 67.23 | - |
| YUV | 70.53 | 211.22 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 218 | 0.85 | 0.72 | 0 | 0.15 | 230.92 | 0.74 | 0.49 |
| Hex | 21 | 3D | DA | 55 | 48 | 0 | F | E7 | 4A | 31 |
| Octal | 41 | 75 | 332 | 125 | 110 | 0 | 17 | 347 | 112 | 61 |
| Binary | 100001 | 111101 | 11011010 | 1010101 | 1001000 | 0 | 1111 | 11100111 | 1001010 | 110001 |
Color Harmonies of #213DDA
Complementary color
Monochromatic Colors of #213DDA
Black with #213DDA
Text Example
Text Example
White with #213DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DDA; }
p { color: rgb(33,61,218); }
H1.HeaderClassName
{
color: #213DDA;
}
.AnyTagClassName
{
color: #213DDA;
}
</style>
background-color css
<style>
a { background-color: #213DDA; }
a { background-color: rgb(33,61,218); }
div.DivClassName
{
background-color: #213DDA;
}
.BgClassName
{
background-color: #213DDA;
}
</style>
border-color css
<style>
span { border-color: #213DDA; }
span { border-color: rgb(33,61,218); }
td.TdClassName
{
border-color: #213DDA;
}
.TagClassName
{
border-color: #213DDA;
}
</style>