Shades of Persian Blue #213DC0
Tints of Persian Blue #213DC0
RGB
CMYK
RGB Variations
Color information
#213DC0 (or 0x213DC0) is known color: Persian Blue. HEX triplet: 21, 3D and C0. RGB value is (33,61,192). Sum of RGB (Red+Green+Blue) = 33+61+192=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 192 (75.39% from 255 or 67.13% from 286); Max value from RGB is 192 - color contains mainly: blue. Hex color #213DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DC0 is #DEC23F. Grayscale: #434343. Windows color (decimal): -14598720 or 12598561. OLE color: 12598561.
HSL color Cylindrical-coordinate representation of color #213DC0: hue angle of 229.43º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213DC0 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 61 | 192 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.25 |
| HSL | 229.43º | 0.71% | 0.44% | - |
| HSV(B) | 229.43º | 0.83% | 0.75% | - |
| XYZ | 11.81 | 7.47 | 50.69 | - |
| YUV | 67.56 | 198.22 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 192 | 0.83 | 0.68 | 0 | 0.25 | 229.43 | 0.71 | 0.44 |
| Hex | 21 | 3D | C0 | 53 | 44 | 0 | 19 | E5 | 47 | 2C |
| Octal | 41 | 75 | 300 | 123 | 104 | 0 | 31 | 345 | 107 | 54 |
| Binary | 100001 | 111101 | 11000000 | 1010011 | 1000100 | 0 | 11001 | 11100101 | 1000111 | 101100 |
Color Harmonies of #213DC0
Complementary color
Monochromatic Colors of #213DC0
Black with #213DC0
Text Example
Text Example
White with #213DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213DC0; }
p { color: rgb(33,61,192); }
H1.HeaderClassName
{
color: #213DC0;
}
.AnyTagClassName
{
color: #213DC0;
}
</style>
background-color css
<style>
a { background-color: #213DC0; }
a { background-color: rgb(33,61,192); }
div.DivClassName
{
background-color: #213DC0;
}
.BgClassName
{
background-color: #213DC0;
}
</style>
border-color css
<style>
span { border-color: #213DC0; }
span { border-color: rgb(33,61,192); }
td.TdClassName
{
border-color: #213DC0;
}
.TagClassName
{
border-color: #213DC0;
}
</style>