Shades of Persian Blue #213ABF
Tints of Persian Blue #213ABF
RGB
CMYK
RGB Variations
Color information
#213ABF (or 0x213ABF) is known color: Persian Blue. HEX triplet: 21, 3A and BF. RGB value is (33,58,191). Sum of RGB (Red+Green+Blue) = 33+58+191=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #213ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213ABF is #DEC540. Grayscale: #414141. Windows color (decimal): -14599489 or 12532257. OLE color: 12532257.
HSL color Cylindrical-coordinate representation of color #213ABF: hue angle of 230.51º 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 #213ABF is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 58 | 191 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.25 |
| HSL | 230.51º | 0.71% | 0.44% | - |
| HSV(B) | 230.51º | 0.83% | 0.75% | - |
| XYZ | 11.54 | 7.11 | 50.05 | - |
| YUV | 65.69 | 198.72 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 191 | 0.83 | 0.70 | 0 | 0.25 | 230.51 | 0.71 | 0.44 |
| Hex | 21 | 3A | BF | 53 | 46 | 0 | 19 | E7 | 47 | 2C |
| Octal | 41 | 72 | 277 | 123 | 106 | 0 | 31 | 347 | 107 | 54 |
| Binary | 100001 | 111010 | 10111111 | 1010011 | 1000110 | 0 | 11001 | 11100111 | 1000111 | 101100 |
Color Harmonies of #213ABF
Complementary color
Monochromatic Colors of #213ABF
Black with #213ABF
Text Example
Text Example
White with #213ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213ABF; }
p { color: rgb(33,58,191); }
H1.HeaderClassName
{
color: #213ABF;
}
.AnyTagClassName
{
color: #213ABF;
}
</style>
background-color css
<style>
a { background-color: #213ABF; }
a { background-color: rgb(33,58,191); }
div.DivClassName
{
background-color: #213ABF;
}
.BgClassName
{
background-color: #213ABF;
}
</style>
border-color css
<style>
span { border-color: #213ABF; }
span { border-color: rgb(33,58,191); }
td.TdClassName
{
border-color: #213ABF;
}
.TagClassName
{
border-color: #213ABF;
}
</style>