Shades of Persian Blue #2526EA
Tints of Persian Blue #2526EA
RGB
CMYK
RGB Variations
Color information
#2526EA (or 0x2526EA) is known color: Persian Blue. HEX triplet: 25, 26 and EA. RGB value is (37,38,234). Sum of RGB (Red+Green+Blue) = 37+38+234=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #2526EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2526EA is #DAD915. Grayscale: #3B3B3B. Windows color (decimal): -14342422 or 15345189. OLE color: 15345189.
HSL color Cylindrical-coordinate representation of color #2526EA: hue angle of 239.7º 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 #2526EA is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 38 | 234 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.08 |
| HSL | 239.7º | 0.82% | 0.53% | - |
| HSV(B) | 239.7º | 0.84% | 0.92% | - |
| XYZ | 16.31 | 7.72 | 78.47 | - |
| YUV | 60.05 | 226.17 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 38 | 234 | 0.84 | 0.84 | 0 | 0.08 | 239.7 | 0.82 | 0.53 |
| Hex | 25 | 26 | EA | 54 | 54 | 0 | 8 | F0 | 52 | 35 |
| Octal | 45 | 46 | 352 | 124 | 124 | 0 | 10 | 360 | 122 | 65 |
| Binary | 100101 | 100110 | 11101010 | 1010100 | 1010100 | 0 | 1000 | 11110000 | 1010010 | 110101 |
Color Harmonies of #2526EA
Complementary color
Monochromatic Colors of #2526EA
Black with #2526EA
Text Example
Text Example
White with #2526EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2526EA; }
p { color: rgb(37,38,234); }
H1.HeaderClassName
{
color: #2526EA;
}
.AnyTagClassName
{
color: #2526EA;
}
</style>
background-color css
<style>
a { background-color: #2526EA; }
a { background-color: rgb(37,38,234); }
div.DivClassName
{
background-color: #2526EA;
}
.BgClassName
{
background-color: #2526EA;
}
</style>
border-color css
<style>
span { border-color: #2526EA; }
span { border-color: rgb(37,38,234); }
td.TdClassName
{
border-color: #2526EA;
}
.TagClassName
{
border-color: #2526EA;
}
</style>