Shades of Persian Blue #2424DE
Tints of Persian Blue #2424DE
RGB
CMYK
RGB Variations
Color information
#2424DE (or 0x2424DE) is known color: Persian Blue. HEX triplet: 24, 24 and DE. RGB value is (36,36,222). Sum of RGB (Red+Green+Blue) = 36+36+222=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 222 (87.11% from 255 or 75.51% from 294); Max value from RGB is 222 - color contains mainly: blue. Hex color #2424DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2424DE is #DBDB21. Grayscale: #383838. Windows color (decimal): -14408482 or 14558244. OLE color: 14558244.
HSL color Cylindrical-coordinate representation of color #2424DE: hue angle of 240º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2424DE is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 36 | 222 | - |
| CMYK | 0.84 | 0.84 | 0 | 0.13 |
| HSL | 240º | 0.74% | 0.51% | - |
| HSV(B) | 240º | 0.84% | 0.87% | - |
| XYZ | 14.54 | 6.91 | 69.67 | - |
| YUV | 57.2 | 221 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 222 | 0.84 | 0.84 | 0 | 0.13 | 240 | 0.74 | 0.51 |
| Hex | 24 | 24 | DE | 54 | 54 | 0 | D | F0 | 4A | 33 |
| Octal | 44 | 44 | 336 | 124 | 124 | 0 | 15 | 360 | 112 | 63 |
| Binary | 100100 | 100100 | 11011110 | 1010100 | 1010100 | 0 | 1101 | 11110000 | 1001010 | 110011 |
Color Harmonies of #2424DE
Complementary color
Monochromatic Colors of #2424DE
Black with #2424DE
Text Example
Text Example
White with #2424DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2424DE; }
p { color: rgb(36,36,222); }
H1.HeaderClassName
{
color: #2424DE;
}
.AnyTagClassName
{
color: #2424DE;
}
</style>
background-color css
<style>
a { background-color: #2424DE; }
a { background-color: rgb(36,36,222); }
div.DivClassName
{
background-color: #2424DE;
}
.BgClassName
{
background-color: #2424DE;
}
</style>
border-color css
<style>
span { border-color: #2424DE; }
span { border-color: rgb(36,36,222); }
td.TdClassName
{
border-color: #2424DE;
}
.TagClassName
{
border-color: #2424DE;
}
</style>