Shades of Persian Blue #2539EA
Tints of Persian Blue #2539EA
RGB
CMYK
RGB Variations
Color information
#2539EA (or 0x2539EA) is known color: Persian Blue. HEX triplet: 25, 39 and EA. RGB value is (37,57,234). Sum of RGB (Red+Green+Blue) = 37+57+234=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #2539EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2539EA is #DAC615. Grayscale: #464646. Windows color (decimal): -14337558 or 15350053. OLE color: 15350053.
HSL color Cylindrical-coordinate representation of color #2539EA: hue angle of 233.91º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2539EA is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 57 | 234 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.08 |
| HSL | 233.91º | 0.82% | 0.53% | - |
| HSV(B) | 233.91º | 0.84% | 0.92% | - |
| XYZ | 17.08 | 9.26 | 78.73 | - |
| YUV | 71.2 | 219.87 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 234 | 0.84 | 0.76 | 0 | 0.08 | 233.91 | 0.82 | 0.53 |
| Hex | 25 | 39 | EA | 54 | 4C | 0 | 8 | EA | 52 | 35 |
| Octal | 45 | 71 | 352 | 124 | 114 | 0 | 10 | 352 | 122 | 65 |
| Binary | 100101 | 111001 | 11101010 | 1010100 | 1001100 | 0 | 1000 | 11101010 | 1010010 | 110101 |
Color Harmonies of #2539EA
Complementary color
Monochromatic Colors of #2539EA
Black with #2539EA
Text Example
Text Example
White with #2539EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2539EA; }
p { color: rgb(37,57,234); }
H1.HeaderClassName
{
color: #2539EA;
}
.AnyTagClassName
{
color: #2539EA;
}
</style>
background-color css
<style>
a { background-color: #2539EA; }
a { background-color: rgb(37,57,234); }
div.DivClassName
{
background-color: #2539EA;
}
.BgClassName
{
background-color: #2539EA;
}
</style>
border-color css
<style>
span { border-color: #2539EA; }
span { border-color: rgb(37,57,234); }
td.TdClassName
{
border-color: #2539EA;
}
.TagClassName
{
border-color: #2539EA;
}
</style>