Shades of Persian Blue #2524C9
Tints of Persian Blue #2524C9
RGB
CMYK
RGB Variations
Color information
#2524C9 (or 0x2524C9) is known color: Persian Blue. HEX triplet: 25, 24 and C9. RGB value is (37,36,201). Sum of RGB (Red+Green+Blue) = 37+36+201=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 201 (78.91% from 255 or 73.36% from 274); Max value from RGB is 201 - color contains mainly: blue. Hex color #2524C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2524C9 is #DADB36. Grayscale: #363636. Windows color (decimal): -14342967 or 13181989. OLE color: 13181989.
HSL color Cylindrical-coordinate representation of color #2524C9: hue angle of 240.36º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2524C9 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 36 | 201 | - |
| CMYK | 0.82 | 0.82 | 0 | 0.21 |
| HSL | 240.36º | 0.7% | 0.46% | - |
| HSV(B) | 240.36º | 0.82% | 0.79% | - |
| XYZ | 11.94 | 5.87 | 55.76 | - |
| YUV | 55.11 | 210.33 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 201 | 0.82 | 0.82 | 0 | 0.21 | 240.36 | 0.7 | 0.46 |
| Hex | 25 | 24 | C9 | 52 | 52 | 0 | 15 | F0 | 46 | 2E |
| Octal | 45 | 44 | 311 | 122 | 122 | 0 | 25 | 360 | 106 | 56 |
| Binary | 100101 | 100100 | 11001001 | 1010010 | 1010010 | 0 | 10101 | 11110000 | 1000110 | 101110 |
Color Harmonies of #2524C9
Complementary color
Monochromatic Colors of #2524C9
Black with #2524C9
Text Example
Text Example
White with #2524C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2524C9; }
p { color: rgb(37,36,201); }
H1.HeaderClassName
{
color: #2524C9;
}
.AnyTagClassName
{
color: #2524C9;
}
</style>
background-color css
<style>
a { background-color: #2524C9; }
a { background-color: rgb(37,36,201); }
div.DivClassName
{
background-color: #2524C9;
}
.BgClassName
{
background-color: #2524C9;
}
</style>
border-color css
<style>
span { border-color: #2524C9; }
span { border-color: rgb(37,36,201); }
td.TdClassName
{
border-color: #2524C9;
}
.TagClassName
{
border-color: #2524C9;
}
</style>