Shades of Persian Blue #2520AE
Tints of Persian Blue #2520AE
RGB
CMYK
RGB Variations
Color information
#2520AE (or 0x2520AE) is known color: Persian Blue. HEX triplet: 25, 20 and AE. RGB value is (37,32,174). Sum of RGB (Red+Green+Blue) = 37+32+174=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 174 (68.36% from 255 or 71.60% from 243); Max value from RGB is 174 - color contains mainly: blue. Hex color #2520AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2520AE is #DADF51. Grayscale: #313131. Windows color (decimal): -14344018 or 11411493. OLE color: 11411493.
HSL color Cylindrical-coordinate representation of color #2520AE: hue angle of 242.11º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2520AE is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 32 | 174 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.32 |
| HSL | 242.11º | 0.69% | 0.4% | - |
| HSV(B) | 242.11º | 0.82% | 0.68% | - |
| XYZ | 8.92 | 4.48 | 40.44 | - |
| YUV | 49.68 | 198.16 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 32 | 174 | 0.79 | 0.82 | 0 | 0.32 | 242.11 | 0.69 | 0.4 |
| Hex | 25 | 20 | AE | 4F | 52 | 0 | 20 | F2 | 45 | 28 |
| Octal | 45 | 40 | 256 | 117 | 122 | 0 | 40 | 362 | 105 | 50 |
| Binary | 100101 | 100000 | 10101110 | 1001111 | 1010010 | 0 | 100000 | 11110010 | 1000101 | 101000 |
Color Harmonies of #2520AE
Complementary color
Monochromatic Colors of #2520AE
Black with #2520AE
Text Example
Text Example
White with #2520AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2520AE; }
p { color: rgb(37,32,174); }
H1.HeaderClassName
{
color: #2520AE;
}
.AnyTagClassName
{
color: #2520AE;
}
</style>
background-color css
<style>
a { background-color: #2520AE; }
a { background-color: rgb(37,32,174); }
div.DivClassName
{
background-color: #2520AE;
}
.BgClassName
{
background-color: #2520AE;
}
</style>
border-color css
<style>
span { border-color: #2520AE; }
span { border-color: rgb(37,32,174); }
td.TdClassName
{
border-color: #2520AE;
}
.TagClassName
{
border-color: #2520AE;
}
</style>