Shades of Persian Blue #2539E6
Tints of Persian Blue #2539E6
RGB
CMYK
RGB Variations
Color information
#2539E6 (or 0x2539E6) is known color: Persian Blue. HEX triplet: 25, 39 and E6. RGB value is (37,57,230). Sum of RGB (Red+Green+Blue) = 37+57+230=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 230 (90.23% from 255 or 70.99% from 324); Max value from RGB is 230 - color contains mainly: blue. Hex color #2539E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2539E6 is #DAC619. Grayscale: #464646. Windows color (decimal): -14337562 or 15087909. OLE color: 15087909.
HSL color Cylindrical-coordinate representation of color #2539E6: hue angle of 233.78º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2539E6 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 57 | 230 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.10 |
| HSL | 233.78º | 0.79% | 0.52% | - |
| HSV(B) | 233.78º | 0.84% | 0.9% | - |
| XYZ | 16.51 | 9.03 | 75.74 | - |
| YUV | 70.74 | 217.87 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 230 | 0.84 | 0.75 | 0 | 0.10 | 233.78 | 0.79 | 0.52 |
| Hex | 25 | 39 | E6 | 54 | 4B | 0 | A | EA | 4F | 34 |
| Octal | 45 | 71 | 346 | 124 | 113 | 0 | 12 | 352 | 117 | 64 |
| Binary | 100101 | 111001 | 11100110 | 1010100 | 1001011 | 0 | 1010 | 11101010 | 1001111 | 110100 |
Color Harmonies of #2539E6
Complementary color
Monochromatic Colors of #2539E6
Black with #2539E6
Text Example
Text Example
White with #2539E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2539E6; }
p { color: rgb(37,57,230); }
H1.HeaderClassName
{
color: #2539E6;
}
.AnyTagClassName
{
color: #2539E6;
}
</style>
background-color css
<style>
a { background-color: #2539E6; }
a { background-color: rgb(37,57,230); }
div.DivClassName
{
background-color: #2539E6;
}
.BgClassName
{
background-color: #2539E6;
}
</style>
border-color css
<style>
span { border-color: #2539E6; }
span { border-color: rgb(37,57,230); }
td.TdClassName
{
border-color: #2539E6;
}
.TagClassName
{
border-color: #2539E6;
}
</style>