Shades of Persian Blue #2528AD
Tints of Persian Blue #2528AD
RGB
CMYK
RGB Variations
Color information
#2528AD (or 0x2528AD) is known color: Persian Blue. HEX triplet: 25, 28 and AD. RGB value is (37,40,173). Sum of RGB (Red+Green+Blue) = 37+40+173=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #2528AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2528AD is #DAD752. Grayscale: #353535. Windows color (decimal): -14341971 or 11348005. OLE color: 11348005.
HSL color Cylindrical-coordinate representation of color #2528AD: hue angle of 238.68º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2528AD is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 40 | 173 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.32 |
| HSL | 238.68º | 0.65% | 0.41% | - |
| HSV(B) | 238.68º | 0.79% | 0.68% | - |
| XYZ | 9.06 | 4.93 | 40.01 | - |
| YUV | 54.27 | 195.01 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 40 | 173 | 0.79 | 0.77 | 0 | 0.32 | 238.68 | 0.65 | 0.41 |
| Hex | 25 | 28 | AD | 4F | 4D | 0 | 20 | EF | 41 | 29 |
| Octal | 45 | 50 | 255 | 117 | 115 | 0 | 40 | 357 | 101 | 51 |
| Binary | 100101 | 101000 | 10101101 | 1001111 | 1001101 | 0 | 100000 | 11101111 | 1000001 | 101001 |
Color Harmonies of #2528AD
Complementary color
Monochromatic Colors of #2528AD
Black with #2528AD
Text Example
Text Example
White with #2528AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2528AD; }
p { color: rgb(37,40,173); }
H1.HeaderClassName
{
color: #2528AD;
}
.AnyTagClassName
{
color: #2528AD;
}
</style>
background-color css
<style>
a { background-color: #2528AD; }
a { background-color: rgb(37,40,173); }
div.DivClassName
{
background-color: #2528AD;
}
.BgClassName
{
background-color: #2528AD;
}
</style>
border-color css
<style>
span { border-color: #2528AD; }
span { border-color: rgb(37,40,173); }
td.TdClassName
{
border-color: #2528AD;
}
.TagClassName
{
border-color: #2528AD;
}
</style>