Shades of Persian Blue #2440E0
Tints of Persian Blue #2440E0
RGB
CMYK
RGB Variations
Color information
#2440E0 (or 0x2440E0) is known color: Persian Blue. HEX triplet: 24, 40 and E0. RGB value is (36,64,224). Sum of RGB (Red+Green+Blue) = 36+64+224=324 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.11% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 224 (87.89% from 255 or 69.14% from 324); Max value from RGB is 224 - color contains mainly: blue. Hex color #2440E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2440E0 is #DBBF1F. Grayscale: #494949. Windows color (decimal): -14401312 or 14696484. OLE color: 14696484.
HSL color Cylindrical-coordinate representation of color #2440E0: hue angle of 231.06º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2440E0 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 36 | 64 | 224 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.12 |
| HSL | 231.06º | 0.75% | 0.51% | - |
| HSV(B) | 231.06º | 0.84% | 0.88% | - |
| XYZ | 16.02 | 9.42 | 71.5 | - |
| YUV | 73.87 | 212.72 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 64 | 224 | 0.84 | 0.71 | 0 | 0.12 | 231.06 | 0.75 | 0.51 |
| Hex | 24 | 40 | E0 | 54 | 47 | 0 | C | E7 | 4B | 33 |
| Octal | 44 | 100 | 340 | 124 | 107 | 0 | 14 | 347 | 113 | 63 |
| Binary | 100100 | 1000000 | 11100000 | 1010100 | 1000111 | 0 | 1100 | 11100111 | 1001011 | 110011 |
Color Harmonies of #2440E0
Complementary color
Monochromatic Colors of #2440E0
Black with #2440E0
Text Example
Text Example
White with #2440E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2440E0; }
p { color: rgb(36,64,224); }
H1.HeaderClassName
{
color: #2440E0;
}
.AnyTagClassName
{
color: #2440E0;
}
</style>
background-color css
<style>
a { background-color: #2440E0; }
a { background-color: rgb(36,64,224); }
div.DivClassName
{
background-color: #2440E0;
}
.BgClassName
{
background-color: #2440E0;
}
</style>
border-color css
<style>
span { border-color: #2440E0; }
span { border-color: rgb(36,64,224); }
td.TdClassName
{
border-color: #2440E0;
}
.TagClassName
{
border-color: #2440E0;
}
</style>