Shades of Persian Blue #2524DC
Tints of Persian Blue #2524DC
RGB
CMYK
RGB Variations
Color information
#2524DC (or 0x2524DC) is known color: Persian Blue. HEX triplet: 25, 24 and DC. RGB value is (37,36,220). Sum of RGB (Red+Green+Blue) = 37+36+220=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 220 (86.33% from 255 or 75.09% from 293); Max value from RGB is 220 - color contains mainly: blue. Hex color #2524DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2524DC is #DADB23. Grayscale: #383838. Windows color (decimal): -14342948 or 14427173. OLE color: 14427173.
HSL color Cylindrical-coordinate representation of color #2524DC: hue angle of 240.33º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2524DC is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 36 | 220 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.14 |
| HSL | 240.33º | 0.72% | 0.5% | - |
| HSV(B) | 240.33º | 0.84% | 0.86% | - |
| XYZ | 14.31 | 6.82 | 68.27 | - |
| YUV | 57.28 | 219.83 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 36 | 220 | 0.83 | 0.84 | 0 | 0.14 | 240.33 | 0.72 | 0.5 |
| Hex | 25 | 24 | DC | 53 | 54 | 0 | E | F0 | 48 | 32 |
| Octal | 45 | 44 | 334 | 123 | 124 | 0 | 16 | 360 | 110 | 62 |
| Binary | 100101 | 100100 | 11011100 | 1010011 | 1010100 | 0 | 1110 | 11110000 | 1001000 | 110010 |
Color Harmonies of #2524DC
Complementary color
Monochromatic Colors of #2524DC
Black with #2524DC
Text Example
Text Example
White with #2524DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2524DC; }
p { color: rgb(37,36,220); }
H1.HeaderClassName
{
color: #2524DC;
}
.AnyTagClassName
{
color: #2524DC;
}
</style>
background-color css
<style>
a { background-color: #2524DC; }
a { background-color: rgb(37,36,220); }
div.DivClassName
{
background-color: #2524DC;
}
.BgClassName
{
background-color: #2524DC;
}
</style>
border-color css
<style>
span { border-color: #2524DC; }
span { border-color: rgb(37,36,220); }
td.TdClassName
{
border-color: #2524DC;
}
.TagClassName
{
border-color: #2524DC;
}
</style>