Shades of Persian Blue #2539AD
Tints of Persian Blue #2539AD
RGB
CMYK
RGB Variations
Color information
#2539AD (or 0x2539AD) is known color: Persian Blue. HEX triplet: 25, 39 and AD. RGB value is (37,57,173). Sum of RGB (Red+Green+Blue) = 37+57+173=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #2539AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2539AD is #DAC652. Grayscale: #3F3F3F. Windows color (decimal): -14337619 or 11352357. OLE color: 11352357.
HSL color Cylindrical-coordinate representation of color #2539AD: hue angle of 231.18º 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 #2539AD is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 57 | 173 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.32 |
| HSL | 231.18º | 0.65% | 0.41% | - |
| HSV(B) | 231.18º | 0.79% | 0.68% | - |
| XYZ | 9.77 | 6.34 | 40.24 | - |
| YUV | 64.24 | 189.37 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 173 | 0.79 | 0.67 | 0 | 0.32 | 231.18 | 0.65 | 0.41 |
| Hex | 25 | 39 | AD | 4F | 43 | 0 | 20 | E7 | 41 | 29 |
| Octal | 45 | 71 | 255 | 117 | 103 | 0 | 40 | 347 | 101 | 51 |
| Binary | 100101 | 111001 | 10101101 | 1001111 | 1000011 | 0 | 100000 | 11100111 | 1000001 | 101001 |
Color Harmonies of #2539AD
Complementary color
Monochromatic Colors of #2539AD
Black with #2539AD
Text Example
Text Example
White with #2539AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2539AD; }
p { color: rgb(37,57,173); }
H1.HeaderClassName
{
color: #2539AD;
}
.AnyTagClassName
{
color: #2539AD;
}
</style>
background-color css
<style>
a { background-color: #2539AD; }
a { background-color: rgb(37,57,173); }
div.DivClassName
{
background-color: #2539AD;
}
.BgClassName
{
background-color: #2539AD;
}
</style>
border-color css
<style>
span { border-color: #2539AD; }
span { border-color: rgb(37,57,173); }
td.TdClassName
{
border-color: #2539AD;
}
.TagClassName
{
border-color: #2539AD;
}
</style>