Shades of Persian Blue #213AAE
Tints of Persian Blue #213AAE
RGB
CMYK
RGB Variations
Color information
#213AAE (or 0x213AAE) is known color: Persian Blue. HEX triplet: 21, 3A and AE. RGB value is (33,58,174). Sum of RGB (Red+Green+Blue) = 33+58+174=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #213AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213AAE is #DEC551. Grayscale: #3F3F3F. Windows color (decimal): -14599506 or 11418145. OLE color: 11418145.
HSL color Cylindrical-coordinate representation of color #213AAE: hue angle of 229.36º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213AAE is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 58 | 174 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.32 |
| HSL | 229.36º | 0.68% | 0.41% | - |
| HSV(B) | 229.36º | 0.81% | 0.68% | - |
| XYZ | 9.78 | 6.41 | 40.77 | - |
| YUV | 63.75 | 190.22 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 174 | 0.81 | 0.67 | 0 | 0.32 | 229.36 | 0.68 | 0.41 |
| Hex | 21 | 3A | AE | 51 | 43 | 0 | 20 | E5 | 44 | 29 |
| Octal | 41 | 72 | 256 | 121 | 103 | 0 | 40 | 345 | 104 | 51 |
| Binary | 100001 | 111010 | 10101110 | 1010001 | 1000011 | 0 | 100000 | 11100101 | 1000100 | 101001 |
Color Harmonies of #213AAE
Complementary color
Monochromatic Colors of #213AAE
Black with #213AAE
Text Example
Text Example
White with #213AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213AAE; }
p { color: rgb(33,58,174); }
H1.HeaderClassName
{
color: #213AAE;
}
.AnyTagClassName
{
color: #213AAE;
}
</style>
background-color css
<style>
a { background-color: #213AAE; }
a { background-color: rgb(33,58,174); }
div.DivClassName
{
background-color: #213AAE;
}
.BgClassName
{
background-color: #213AAE;
}
</style>
border-color css
<style>
span { border-color: #213AAE; }
span { border-color: rgb(33,58,174); }
td.TdClassName
{
border-color: #213AAE;
}
.TagClassName
{
border-color: #213AAE;
}
</style>