Shades of Persian Blue #213AAF
Tints of Persian Blue #213AAF
RGB
CMYK
RGB Variations
Color information
#213AAF (or 0x213AAF) is known color: Persian Blue. HEX triplet: 21, 3A and AF. RGB value is (33,58,175). Sum of RGB (Red+Green+Blue) = 33+58+175=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 175 (68.75% from 255 or 65.79% from 266); Max value from RGB is 175 - color contains mainly: blue. Hex color #213AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213AAF is #DEC550. Grayscale: #3F3F3F. Windows color (decimal): -14599505 or 11483681. OLE color: 11483681.
HSL color Cylindrical-coordinate representation of color #213AAF: hue angle of 229.44º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213AAF is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 58 | 175 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.31 |
| HSL | 229.44º | 0.68% | 0.41% | - |
| HSV(B) | 229.44º | 0.81% | 0.69% | - |
| XYZ | 9.88 | 6.44 | 41.28 | - |
| YUV | 63.86 | 190.72 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 175 | 0.81 | 0.67 | 0 | 0.31 | 229.44 | 0.68 | 0.41 |
| Hex | 21 | 3A | AF | 51 | 43 | 0 | 1F | E5 | 44 | 29 |
| Octal | 41 | 72 | 257 | 121 | 103 | 0 | 37 | 345 | 104 | 51 |
| Binary | 100001 | 111010 | 10101111 | 1010001 | 1000011 | 0 | 11111 | 11100101 | 1000100 | 101001 |
Color Harmonies of #213AAF
Complementary color
Monochromatic Colors of #213AAF
Black with #213AAF
Text Example
Text Example
White with #213AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213AAF; }
p { color: rgb(33,58,175); }
H1.HeaderClassName
{
color: #213AAF;
}
.AnyTagClassName
{
color: #213AAF;
}
</style>
background-color css
<style>
a { background-color: #213AAF; }
a { background-color: rgb(33,58,175); }
div.DivClassName
{
background-color: #213AAF;
}
.BgClassName
{
background-color: #213AAF;
}
</style>
border-color css
<style>
span { border-color: #213AAF; }
span { border-color: rgb(33,58,175); }
td.TdClassName
{
border-color: #213AAF;
}
.TagClassName
{
border-color: #213AAF;
}
</style>