Shades of Persian Blue #242EE9
Tints of Persian Blue #242EE9
RGB
CMYK
RGB Variations
Color information
#242EE9 (or 0x242EE9) is known color: Persian Blue. HEX triplet: 24, 2E and E9. RGB value is (36,46,233). Sum of RGB (Red+Green+Blue) = 36+46+233=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 233 (91.41% from 255 or 73.97% from 315); Max value from RGB is 233 - color contains mainly: blue. Hex color #242EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242EE9 is #DBD116. Grayscale: #3F3F3F. Windows color (decimal): -14405911 or 15281700. OLE color: 15281700.
HSL color Cylindrical-coordinate representation of color #242EE9: hue angle of 236.95º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242EE9 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 36 | 46 | 233 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.09 |
| HSL | 236.95º | 0.82% | 0.53% | - |
| HSV(B) | 236.95º | 0.85% | 0.91% | - |
| XYZ | 16.41 | 8.21 | 77.81 | - |
| YUV | 64.33 | 223.19 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 233 | 0.85 | 0.80 | 0 | 0.09 | 236.95 | 0.82 | 0.53 |
| Hex | 24 | 2E | E9 | 55 | 50 | 0 | 9 | ED | 52 | 35 |
| Octal | 44 | 56 | 351 | 125 | 120 | 0 | 11 | 355 | 122 | 65 |
| Binary | 100100 | 101110 | 11101001 | 1010101 | 1010000 | 0 | 1001 | 11101101 | 1010010 | 110101 |
Color Harmonies of #242EE9
Complementary color
Monochromatic Colors of #242EE9
Black with #242EE9
Text Example
Text Example
White with #242EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242EE9; }
p { color: rgb(36,46,233); }
H1.HeaderClassName
{
color: #242EE9;
}
.AnyTagClassName
{
color: #242EE9;
}
</style>
background-color css
<style>
a { background-color: #242EE9; }
a { background-color: rgb(36,46,233); }
div.DivClassName
{
background-color: #242EE9;
}
.BgClassName
{
background-color: #242EE9;
}
</style>
border-color css
<style>
span { border-color: #242EE9; }
span { border-color: rgb(36,46,233); }
td.TdClassName
{
border-color: #242EE9;
}
.TagClassName
{
border-color: #242EE9;
}
</style>