Shades of Persian Blue #213BB1
Tints of Persian Blue #213BB1
RGB
CMYK
RGB Variations
Color information
#213BB1 (or 0x213BB1) is known color: Persian Blue. HEX triplet: 21, 3B and B1. RGB value is (33,59,177). Sum of RGB (Red+Green+Blue) = 33+59+177=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 177 (69.53% from 255 or 65.80% from 269); Max value from RGB is 177 - color contains mainly: blue. Hex color #213BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213BB1 is #DEC44E. Grayscale: #404040. Windows color (decimal): -14599247 or 11615009. OLE color: 11615009.
HSL color Cylindrical-coordinate representation of color #213BB1: hue angle of 229.17º degrees, saturation: 0.69, 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 #213BB1 is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 59 | 177 | - |
| CMYK | 0.81 | 0.67 | 0 | 0.31 |
| HSL | 229.17º | 0.69% | 0.41% | - |
| HSV(B) | 229.17º | 0.81% | 0.69% | - |
| XYZ | 10.13 | 6.63 | 42.34 | - |
| YUV | 64.68 | 191.39 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 177 | 0.81 | 0.67 | 0 | 0.31 | 229.17 | 0.69 | 0.41 |
| Hex | 21 | 3B | B1 | 51 | 43 | 0 | 1F | E5 | 45 | 29 |
| Octal | 41 | 73 | 261 | 121 | 103 | 0 | 37 | 345 | 105 | 51 |
| Binary | 100001 | 111011 | 10110001 | 1010001 | 1000011 | 0 | 11111 | 11100101 | 1000101 | 101001 |
Color Harmonies of #213BB1
Complementary color
Monochromatic Colors of #213BB1
Black with #213BB1
Text Example
Text Example
White with #213BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213BB1; }
p { color: rgb(33,59,177); }
H1.HeaderClassName
{
color: #213BB1;
}
.AnyTagClassName
{
color: #213BB1;
}
</style>
background-color css
<style>
a { background-color: #213BB1; }
a { background-color: rgb(33,59,177); }
div.DivClassName
{
background-color: #213BB1;
}
.BgClassName
{
background-color: #213BB1;
}
</style>
border-color css
<style>
span { border-color: #213BB1; }
span { border-color: rgb(33,59,177); }
td.TdClassName
{
border-color: #213BB1;
}
.TagClassName
{
border-color: #213BB1;
}
</style>