Shades of Persian Blue #2425BA
Tints of Persian Blue #2425BA
RGB
CMYK
RGB Variations
Color information
#2425BA (or 0x2425BA) is known color: Persian Blue. HEX triplet: 24, 25 and BA. RGB value is (36,37,186). Sum of RGB (Red+Green+Blue) = 36+37+186=259 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.90% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 186 (73.05% from 255 or 71.81% from 259); Max value from RGB is 186 - color contains mainly: blue. Hex color #2425BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2425BA is #DBDA45. Grayscale: #353535. Windows color (decimal): -14408262 or 12199204. OLE color: 12199204.
HSL color Cylindrical-coordinate representation of color #2425BA: hue angle of 239.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2425BA is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 37 | 186 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.27 |
| HSL | 239.6º | 0.68% | 0.44% | - |
| HSV(B) | 239.6º | 0.81% | 0.73% | - |
| XYZ | 10.25 | 5.24 | 46.93 | - |
| YUV | 53.69 | 202.67 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 186 | 0.81 | 0.80 | 0 | 0.27 | 239.6 | 0.68 | 0.44 |
| Hex | 24 | 25 | BA | 51 | 50 | 0 | 1B | F0 | 44 | 2C |
| Octal | 44 | 45 | 272 | 121 | 120 | 0 | 33 | 360 | 104 | 54 |
| Binary | 100100 | 100101 | 10111010 | 1010001 | 1010000 | 0 | 11011 | 11110000 | 1000100 | 101100 |
Color Harmonies of #2425BA
Complementary color
Monochromatic Colors of #2425BA
Black with #2425BA
Text Example
Text Example
White with #2425BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2425BA; }
p { color: rgb(36,37,186); }
H1.HeaderClassName
{
color: #2425BA;
}
.AnyTagClassName
{
color: #2425BA;
}
</style>
background-color css
<style>
a { background-color: #2425BA; }
a { background-color: rgb(36,37,186); }
div.DivClassName
{
background-color: #2425BA;
}
.BgClassName
{
background-color: #2425BA;
}
</style>
border-color css
<style>
span { border-color: #2425BA; }
span { border-color: rgb(36,37,186); }
td.TdClassName
{
border-color: #2425BA;
}
.TagClassName
{
border-color: #2425BA;
}
</style>