Shades of Persian Blue #2025AE
Tints of Persian Blue #2025AE
RGB
CMYK
RGB Variations
Color information
#2025AE (or 0x2025AE) is known color: Persian Blue. HEX triplet: 20, 25 and AE. RGB value is (32,37,174). Sum of RGB (Red+Green+Blue) = 32+37+174=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 37 (14.84% from 255 or 15.23% 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 #2025AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2025AE is #DFDA51. Grayscale: #323232. Windows color (decimal): -14670418 or 11412768. OLE color: 11412768.
HSL color Cylindrical-coordinate representation of color #2025AE: hue angle of 237.89º 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 #2025AE is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 37 | 174 | - |
| CMYK | 0.82 | 0.79 | 0 | 0.32 |
| HSL | 237.89º | 0.69% | 0.4% | - |
| HSV(B) | 237.89º | 0.82% | 0.68% | - |
| XYZ | 8.9 | 4.69 | 40.48 | - |
| YUV | 51.12 | 197.34 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 37 | 174 | 0.82 | 0.79 | 0 | 0.32 | 237.89 | 0.69 | 0.4 |
| Hex | 20 | 25 | AE | 52 | 4F | 0 | 20 | EE | 45 | 28 |
| Octal | 40 | 45 | 256 | 122 | 117 | 0 | 40 | 356 | 105 | 50 |
| Binary | 100000 | 100101 | 10101110 | 1010010 | 1001111 | 0 | 100000 | 11101110 | 1000101 | 101000 |
Color Harmonies of #2025AE
Complementary color
Monochromatic Colors of #2025AE
Black with #2025AE
Text Example
Text Example
White with #2025AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2025AE; }
p { color: rgb(32,37,174); }
H1.HeaderClassName
{
color: #2025AE;
}
.AnyTagClassName
{
color: #2025AE;
}
</style>
background-color css
<style>
a { background-color: #2025AE; }
a { background-color: rgb(32,37,174); }
div.DivClassName
{
background-color: #2025AE;
}
.BgClassName
{
background-color: #2025AE;
}
</style>
border-color css
<style>
span { border-color: #2025AE; }
span { border-color: rgb(32,37,174); }
td.TdClassName
{
border-color: #2025AE;
}
.TagClassName
{
border-color: #2025AE;
}
</style>