Shades of Persian Blue #2425BD
Tints of Persian Blue #2425BD
RGB
CMYK
RGB Variations
Color information
#2425BD (or 0x2425BD) is known color: Persian Blue. HEX triplet: 24, 25 and BD. RGB value is (36,37,189). Sum of RGB (Red+Green+Blue) = 36+37+189=262 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.74% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 189 (74.22% from 255 or 72.14% from 262); Max value from RGB is 189 - color contains mainly: blue. Hex color #2425BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2425BD is #DBDA42. Grayscale: #353535. Windows color (decimal): -14408259 or 12395812. OLE color: 12395812.
HSL color Cylindrical-coordinate representation of color #2425BD: hue angle of 239.61º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2425BD is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 37 | 189 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.26 |
| HSL | 239.61º | 0.68% | 0.44% | - |
| HSV(B) | 239.61º | 0.81% | 0.74% | - |
| XYZ | 10.57 | 5.37 | 48.62 | - |
| YUV | 54.03 | 204.17 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 189 | 0.81 | 0.80 | 0 | 0.26 | 239.61 | 0.68 | 0.44 |
| Hex | 24 | 25 | BD | 51 | 50 | 0 | 1A | F0 | 44 | 2C |
| Octal | 44 | 45 | 275 | 121 | 120 | 0 | 32 | 360 | 104 | 54 |
| Binary | 100100 | 100101 | 10111101 | 1010001 | 1010000 | 0 | 11010 | 11110000 | 1000100 | 101100 |
Color Harmonies of #2425BD
Complementary color
Monochromatic Colors of #2425BD
Black with #2425BD
Text Example
Text Example
White with #2425BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2425BD; }
p { color: rgb(36,37,189); }
H1.HeaderClassName
{
color: #2425BD;
}
.AnyTagClassName
{
color: #2425BD;
}
</style>
background-color css
<style>
a { background-color: #2425BD; }
a { background-color: rgb(36,37,189); }
div.DivClassName
{
background-color: #2425BD;
}
.BgClassName
{
background-color: #2425BD;
}
</style>
border-color css
<style>
span { border-color: #2425BD; }
span { border-color: rgb(36,37,189); }
td.TdClassName
{
border-color: #2425BD;
}
.TagClassName
{
border-color: #2425BD;
}
</style>