Shades of Persian Blue #213BC9
Tints of Persian Blue #213BC9
RGB
CMYK
RGB Variations
Color information
#213BC9 (or 0x213BC9) is known color: Persian Blue. HEX triplet: 21, 3B and C9. RGB value is (33,59,201). Sum of RGB (Red+Green+Blue) = 33+59+201=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 59 (23.44% from 255 or 20.14% from 293); Blue value is 201 (78.91% from 255 or 68.60% from 293); Max value from RGB is 201 - color contains mainly: blue. Hex color #213BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BC9 is #DEC436. Grayscale: #424242. Windows color (decimal): -14599223 or 13187873. OLE color: 13187873.
HSL color Cylindrical-coordinate representation of color #213BC9: hue angle of 230.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213BC9 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 59 | 201 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.21 |
| HSL | 230.71º | 0.72% | 0.46% | - |
| HSV(B) | 230.71º | 0.84% | 0.79% | - |
| XYZ | 12.73 | 7.67 | 56.07 | - |
| YUV | 67.41 | 203.39 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 201 | 0.84 | 0.71 | 0 | 0.21 | 230.71 | 0.72 | 0.46 |
| Hex | 21 | 3B | C9 | 54 | 47 | 0 | 15 | E7 | 48 | 2E |
| Octal | 41 | 73 | 311 | 124 | 107 | 0 | 25 | 347 | 110 | 56 |
| Binary | 100001 | 111011 | 11001001 | 1010100 | 1000111 | 0 | 10101 | 11100111 | 1001000 | 101110 |
Color Harmonies of #213BC9
Complementary color
Monochromatic Colors of #213BC9
Black with #213BC9
Text Example
Text Example
White with #213BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213BC9; }
p { color: rgb(33,59,201); }
H1.HeaderClassName
{
color: #213BC9;
}
.AnyTagClassName
{
color: #213BC9;
}
</style>
background-color css
<style>
a { background-color: #213BC9; }
a { background-color: rgb(33,59,201); }
div.DivClassName
{
background-color: #213BC9;
}
.BgClassName
{
background-color: #213BC9;
}
</style>
border-color css
<style>
span { border-color: #213BC9; }
span { border-color: rgb(33,59,201); }
td.TdClassName
{
border-color: #213BC9;
}
.TagClassName
{
border-color: #213BC9;
}
</style>