Shades of Persian Blue #2135AA
Tints of Persian Blue #2135AA
RGB
CMYK
RGB Variations
Color information
#2135AA (or 0x2135AA) is known color: Persian Blue. HEX triplet: 21, 35 and AA. RGB value is (33,53,170). Sum of RGB (Red+Green+Blue) = 33+53+170=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #2135AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2135AA is #DECA55. Grayscale: #3B3B3B. Windows color (decimal): -14600790 or 11154721. OLE color: 11154721.
HSL color Cylindrical-coordinate representation of color #2135AA: hue angle of 231.24º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2135AA is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 53 | 170 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.33 |
| HSL | 231.24º | 0.67% | 0.4% | - |
| HSV(B) | 231.24º | 0.81% | 0.67% | - |
| XYZ | 9.16 | 5.77 | 38.66 | - |
| YUV | 60.36 | 189.87 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 170 | 0.81 | 0.69 | 0 | 0.33 | 231.24 | 0.67 | 0.4 |
| Hex | 21 | 35 | AA | 51 | 45 | 0 | 21 | E7 | 43 | 28 |
| Octal | 41 | 65 | 252 | 121 | 105 | 0 | 41 | 347 | 103 | 50 |
| Binary | 100001 | 110101 | 10101010 | 1010001 | 1000101 | 0 | 100001 | 11100111 | 1000011 | 101000 |
Color Harmonies of #2135AA
Complementary color
Monochromatic Colors of #2135AA
Black with #2135AA
Text Example
Text Example
White with #2135AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2135AA; }
p { color: rgb(33,53,170); }
H1.HeaderClassName
{
color: #2135AA;
}
.AnyTagClassName
{
color: #2135AA;
}
</style>
background-color css
<style>
a { background-color: #2135AA; }
a { background-color: rgb(33,53,170); }
div.DivClassName
{
background-color: #2135AA;
}
.BgClassName
{
background-color: #2135AA;
}
</style>
border-color css
<style>
span { border-color: #2135AA; }
span { border-color: rgb(33,53,170); }
td.TdClassName
{
border-color: #2135AA;
}
.TagClassName
{
border-color: #2135AA;
}
</style>