Shades of Persian Blue #213BAE
Tints of Persian Blue #213BAE
RGB
CMYK
RGB Variations
Color information
#213BAE (or 0x213BAE) is known color: Persian Blue. HEX triplet: 21, 3B and AE. RGB value is (33,59,174). Sum of RGB (Red+Green+Blue) = 33+59+174=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #213BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213BAE is #DEC451. Grayscale: #3F3F3F. Windows color (decimal): -14599250 or 11418401. OLE color: 11418401.
HSL color Cylindrical-coordinate representation of color #213BAE: hue angle of 228.94º 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 #213BAE is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 59 | 174 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.32 |
| HSL | 228.94º | 0.68% | 0.41% | - |
| HSV(B) | 228.94º | 0.81% | 0.68% | - |
| XYZ | 9.83 | 6.51 | 40.78 | - |
| YUV | 64.34 | 189.89 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 174 | 0.81 | 0.66 | 0 | 0.32 | 228.94 | 0.68 | 0.41 |
| Hex | 21 | 3B | AE | 51 | 42 | 0 | 20 | E5 | 44 | 29 |
| Octal | 41 | 73 | 256 | 121 | 102 | 0 | 40 | 345 | 104 | 51 |
| Binary | 100001 | 111011 | 10101110 | 1010001 | 1000010 | 0 | 100000 | 11100101 | 1000100 | 101001 |
Color Harmonies of #213BAE
Complementary color
Monochromatic Colors of #213BAE
Black with #213BAE
Text Example
Text Example
White with #213BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213BAE; }
p { color: rgb(33,59,174); }
H1.HeaderClassName
{
color: #213BAE;
}
.AnyTagClassName
{
color: #213BAE;
}
</style>
background-color css
<style>
a { background-color: #213BAE; }
a { background-color: rgb(33,59,174); }
div.DivClassName
{
background-color: #213BAE;
}
.BgClassName
{
background-color: #213BAE;
}
</style>
border-color css
<style>
span { border-color: #213BAE; }
span { border-color: rgb(33,59,174); }
td.TdClassName
{
border-color: #213BAE;
}
.TagClassName
{
border-color: #213BAE;
}
</style>