Shades of Persian Blue #2521AF
Tints of Persian Blue #2521AF
RGB
CMYK
RGB Variations
Color information
#2521AF (or 0x2521AF) is known color: Persian Blue. HEX triplet: 25, 21 and AF. RGB value is (37,33,175). Sum of RGB (Red+Green+Blue) = 37+33+175=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 175 (68.75% from 255 or 71.43% from 245); Max value from RGB is 175 - color contains mainly: blue. Hex color #2521AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2521AF is #DADE50. Grayscale: #313131. Windows color (decimal): -14343761 or 11477285. OLE color: 11477285.
HSL color Cylindrical-coordinate representation of color #2521AF: hue angle of 241.69º degrees, saturation: 0.68, 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 #2521AF is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 33 | 175 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.31 |
| HSL | 241.69º | 0.68% | 0.41% | - |
| HSV(B) | 241.69º | 0.81% | 0.69% | - |
| XYZ | 9.04 | 4.58 | 40.96 | - |
| YUV | 50.38 | 198.33 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 175 | 0.79 | 0.81 | 0 | 0.31 | 241.69 | 0.68 | 0.41 |
| Hex | 25 | 21 | AF | 4F | 51 | 0 | 1F | F2 | 44 | 29 |
| Octal | 45 | 41 | 257 | 117 | 121 | 0 | 37 | 362 | 104 | 51 |
| Binary | 100101 | 100001 | 10101111 | 1001111 | 1010001 | 0 | 11111 | 11110010 | 1000100 | 101001 |
Color Harmonies of #2521AF
Complementary color
Monochromatic Colors of #2521AF
Black with #2521AF
Text Example
Text Example
White with #2521AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2521AF; }
p { color: rgb(37,33,175); }
H1.HeaderClassName
{
color: #2521AF;
}
.AnyTagClassName
{
color: #2521AF;
}
</style>
background-color css
<style>
a { background-color: #2521AF; }
a { background-color: rgb(37,33,175); }
div.DivClassName
{
background-color: #2521AF;
}
.BgClassName
{
background-color: #2521AF;
}
</style>
border-color css
<style>
span { border-color: #2521AF; }
span { border-color: rgb(37,33,175); }
td.TdClassName
{
border-color: #2521AF;
}
.TagClassName
{
border-color: #2521AF;
}
</style>