Shades of Persian Blue #2539AB
Tints of Persian Blue #2539AB
RGB
CMYK
RGB Variations
Color information
#2539AB (or 0x2539AB) is known color: Persian Blue. HEX triplet: 25, 39 and AB. RGB value is (37,57,171). Sum of RGB (Red+Green+Blue) = 37+57+171=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #2539AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2539AB is #DAC654. Grayscale: #3F3F3F. Windows color (decimal): -14337621 or 11221285. OLE color: 11221285.
HSL color Cylindrical-coordinate representation of color #2539AB: hue angle of 231.04º 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 #2539AB is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 57 | 171 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.33 |
| HSL | 231.04º | 0.64% | 0.41% | - |
| HSV(B) | 231.04º | 0.78% | 0.67% | - |
| XYZ | 9.58 | 6.26 | 39.23 | - |
| YUV | 64.02 | 188.37 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 171 | 0.78 | 0.67 | 0 | 0.33 | 231.04 | 0.64 | 0.41 |
| Hex | 25 | 39 | AB | 4E | 43 | 0 | 21 | E7 | 40 | 29 |
| Octal | 45 | 71 | 253 | 116 | 103 | 0 | 41 | 347 | 100 | 51 |
| Binary | 100101 | 111001 | 10101011 | 1001110 | 1000011 | 0 | 100001 | 11100111 | 1000000 | 101001 |
Color Harmonies of #2539AB
Complementary color
Monochromatic Colors of #2539AB
Black with #2539AB
Text Example
Text Example
White with #2539AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2539AB; }
p { color: rgb(37,57,171); }
H1.HeaderClassName
{
color: #2539AB;
}
.AnyTagClassName
{
color: #2539AB;
}
</style>
background-color css
<style>
a { background-color: #2539AB; }
a { background-color: rgb(37,57,171); }
div.DivClassName
{
background-color: #2539AB;
}
.BgClassName
{
background-color: #2539AB;
}
</style>
border-color css
<style>
span { border-color: #2539AB; }
span { border-color: rgb(37,57,171); }
td.TdClassName
{
border-color: #2539AB;
}
.TagClassName
{
border-color: #2539AB;
}
</style>