Shades of Persian Blue #2425BB
Tints of Persian Blue #2425BB
RGB
CMYK
RGB Variations
Color information
#2425BB (or 0x2425BB) is known color: Persian Blue. HEX triplet: 24, 25 and BB. RGB value is (36,37,187). Sum of RGB (Red+Green+Blue) = 36+37+187=260 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.85% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 187 (73.44% from 255 or 71.92% from 260); Max value from RGB is 187 - color contains mainly: blue. Hex color #2425BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2425BB is #DBDA44. Grayscale: #353535. Windows color (decimal): -14408261 or 12264740. OLE color: 12264740.
HSL color Cylindrical-coordinate representation of color #2425BB: 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 #2425BB is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 37 | 187 | - |
| 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.36 | 5.29 | 47.49 | - |
| YUV | 53.8 | 203.17 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 187 | 0.81 | 0.80 | 0 | 0.27 | 239.6 | 0.68 | 0.44 |
| Hex | 24 | 25 | BB | 51 | 50 | 0 | 1B | F0 | 44 | 2C |
| Octal | 44 | 45 | 273 | 121 | 120 | 0 | 33 | 360 | 104 | 54 |
| Binary | 100100 | 100101 | 10111011 | 1010001 | 1010000 | 0 | 11011 | 11110000 | 1000100 | 101100 |
Color Harmonies of #2425BB
Complementary color
Monochromatic Colors of #2425BB
Black with #2425BB
Text Example
Text Example
White with #2425BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2425BB; }
p { color: rgb(36,37,187); }
H1.HeaderClassName
{
color: #2425BB;
}
.AnyTagClassName
{
color: #2425BB;
}
</style>
background-color css
<style>
a { background-color: #2425BB; }
a { background-color: rgb(36,37,187); }
div.DivClassName
{
background-color: #2425BB;
}
.BgClassName
{
background-color: #2425BB;
}
</style>
border-color css
<style>
span { border-color: #2425BB; }
span { border-color: rgb(36,37,187); }
td.TdClassName
{
border-color: #2425BB;
}
.TagClassName
{
border-color: #2425BB;
}
</style>