Shades of Persian Blue #2525AA
Tints of Persian Blue #2525AA
RGB
CMYK
RGB Variations
Color information
#2525AA (or 0x2525AA) is known color: Persian Blue. HEX triplet: 25, 25 and AA. RGB value is (37,37,170). Sum of RGB (Red+Green+Blue) = 37+37+170=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #2525AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2525AA is #DADA55. Grayscale: #333333. Windows color (decimal): -14342742 or 11150629. OLE color: 11150629.
HSL color Cylindrical-coordinate representation of color #2525AA: hue angle of 240º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2525AA is Cyan = 0.78, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 37 | 170 | - |
| CMYK | 0.78 | 0.78 | 0 | 0.33 |
| HSL | 240º | 0.64% | 0.41% | - |
| HSV(B) | 240º | 0.78% | 0.67% | - |
| XYZ | 8.68 | 4.62 | 38.46 | - |
| YUV | 52.16 | 194.5 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 37 | 170 | 0.78 | 0.78 | 0 | 0.33 | 240 | 0.64 | 0.41 |
| Hex | 25 | 25 | AA | 4E | 4E | 0 | 21 | F0 | 40 | 29 |
| Octal | 45 | 45 | 252 | 116 | 116 | 0 | 41 | 360 | 100 | 51 |
| Binary | 100101 | 100101 | 10101010 | 1001110 | 1001110 | 0 | 100001 | 11110000 | 1000000 | 101001 |
Color Harmonies of #2525AA
Complementary color
Monochromatic Colors of #2525AA
Black with #2525AA
Text Example
Text Example
White with #2525AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2525AA; }
p { color: rgb(37,37,170); }
H1.HeaderClassName
{
color: #2525AA;
}
.AnyTagClassName
{
color: #2525AA;
}
</style>
background-color css
<style>
a { background-color: #2525AA; }
a { background-color: rgb(37,37,170); }
div.DivClassName
{
background-color: #2525AA;
}
.BgClassName
{
background-color: #2525AA;
}
</style>
border-color css
<style>
span { border-color: #2525AA; }
span { border-color: rgb(37,37,170); }
td.TdClassName
{
border-color: #2525AA;
}
.TagClassName
{
border-color: #2525AA;
}
</style>