Shades of Persian Blue #2425EA
Tints of Persian Blue #2425EA
RGB
CMYK
RGB Variations
Color information
#2425EA (or 0x2425EA) is known color: Persian Blue. HEX triplet: 24, 25 and EA. RGB value is (36,37,234). Sum of RGB (Red+Green+Blue) = 36+37+234=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 234 (91.80% from 255 or 76.22% from 307); Max value from RGB is 234 - color contains mainly: blue. Hex color #2425EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2425EA is #DBDA15. Grayscale: #3A3A3A. Windows color (decimal): -14408214 or 15344932. OLE color: 15344932.
HSL color Cylindrical-coordinate representation of color #2425EA: 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.85%. Process color model (Four color, CMYK) of #2425EA is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 37 | 234 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.08 |
| HSL | 239.7º | 0.83% | 0.53% | - |
| HSV(B) | 239.7º | 0.85% | 0.92% | - |
| XYZ | 16.24 | 7.64 | 78.46 | - |
| YUV | 59.16 | 226.67 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 234 | 0.85 | 0.84 | 0 | 0.08 | 239.7 | 0.83 | 0.53 |
| Hex | 24 | 25 | EA | 55 | 54 | 0 | 8 | F0 | 52 | 35 |
| Octal | 44 | 45 | 352 | 125 | 124 | 0 | 10 | 360 | 122 | 65 |
| Binary | 100100 | 100101 | 11101010 | 1010101 | 1010100 | 0 | 1000 | 11110000 | 1010010 | 110101 |
Color Harmonies of #2425EA
Complementary color
Monochromatic Colors of #2425EA
Black with #2425EA
Text Example
Text Example
White with #2425EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2425EA; }
p { color: rgb(36,37,234); }
H1.HeaderClassName
{
color: #2425EA;
}
.AnyTagClassName
{
color: #2425EA;
}
</style>
background-color css
<style>
a { background-color: #2425EA; }
a { background-color: rgb(36,37,234); }
div.DivClassName
{
background-color: #2425EA;
}
.BgClassName
{
background-color: #2425EA;
}
</style>
border-color css
<style>
span { border-color: #2425EA; }
span { border-color: rgb(36,37,234); }
td.TdClassName
{
border-color: #2425EA;
}
.TagClassName
{
border-color: #2425EA;
}
</style>