Shades of Persian Blue #2522AF
Tints of Persian Blue #2522AF
RGB
CMYK
RGB Variations
Color information
#2522AF (or 0x2522AF) is known color: Persian Blue. HEX triplet: 25, 22 and AF. RGB value is (37,34,175). Sum of RGB (Red+Green+Blue) = 37+34+175=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #2522AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2522AF is #DADD50. Grayscale: #323232. Windows color (decimal): -14343505 or 11477541. OLE color: 11477541.
HSL color Cylindrical-coordinate representation of color #2522AF: hue angle of 241.28º degrees, saturation: 0.67, 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 #2522AF is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 34 | 175 | - |
| CMYK | 0.79 | 0.81 | 0 | 0.31 |
| HSL | 241.28º | 0.67% | 0.41% | - |
| HSV(B) | 241.28º | 0.81% | 0.69% | - |
| XYZ | 9.07 | 4.63 | 40.97 | - |
| YUV | 50.97 | 197.99 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 34 | 175 | 0.79 | 0.81 | 0 | 0.31 | 241.28 | 0.67 | 0.41 |
| Hex | 25 | 22 | AF | 4F | 51 | 0 | 1F | F1 | 43 | 29 |
| Octal | 45 | 42 | 257 | 117 | 121 | 0 | 37 | 361 | 103 | 51 |
| Binary | 100101 | 100010 | 10101111 | 1001111 | 1010001 | 0 | 11111 | 11110001 | 1000011 | 101001 |
Color Harmonies of #2522AF
Complementary color
Monochromatic Colors of #2522AF
Black with #2522AF
Text Example
Text Example
White with #2522AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2522AF; }
p { color: rgb(37,34,175); }
H1.HeaderClassName
{
color: #2522AF;
}
.AnyTagClassName
{
color: #2522AF;
}
</style>
background-color css
<style>
a { background-color: #2522AF; }
a { background-color: rgb(37,34,175); }
div.DivClassName
{
background-color: #2522AF;
}
.BgClassName
{
background-color: #2522AF;
}
</style>
border-color css
<style>
span { border-color: #2522AF; }
span { border-color: rgb(37,34,175); }
td.TdClassName
{
border-color: #2522AF;
}
.TagClassName
{
border-color: #2522AF;
}
</style>