Shades of Persian Blue #242EE5
Tints of Persian Blue #242EE5
RGB
CMYK
RGB Variations
Color information
#242EE5 (or 0x242EE5) is known color: Persian Blue. HEX triplet: 24, 2E and E5. RGB value is (36,46,229). Sum of RGB (Red+Green+Blue) = 36+46+229=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 229 (89.84% from 255 or 73.63% from 311); Max value from RGB is 229 - color contains mainly: blue. Hex color #242EE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EE5 is #DBD11A. Grayscale: #3F3F3F. Windows color (decimal): -14405915 or 15019556. OLE color: 15019556.
HSL color Cylindrical-coordinate representation of color #242EE5: hue angle of 236.89º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #242EE5 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 36 | 46 | 229 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.10 |
| HSL | 236.89º | 0.79% | 0.52% | - |
| HSV(B) | 236.89º | 0.84% | 0.9% | - |
| XYZ | 15.85 | 7.99 | 74.83 | - |
| YUV | 63.87 | 221.19 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 229 | 0.84 | 0.80 | 0 | 0.10 | 236.89 | 0.79 | 0.52 |
| Hex | 24 | 2E | E5 | 54 | 50 | 0 | A | ED | 4F | 34 |
| Octal | 44 | 56 | 345 | 124 | 120 | 0 | 12 | 355 | 117 | 64 |
| Binary | 100100 | 101110 | 11100101 | 1010100 | 1010000 | 0 | 1010 | 11101101 | 1001111 | 110100 |
Color Harmonies of #242EE5
Complementary color
Monochromatic Colors of #242EE5
Black with #242EE5
Text Example
Text Example
White with #242EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242EE5; }
p { color: rgb(36,46,229); }
H1.HeaderClassName
{
color: #242EE5;
}
.AnyTagClassName
{
color: #242EE5;
}
</style>
background-color css
<style>
a { background-color: #242EE5; }
a { background-color: rgb(36,46,229); }
div.DivClassName
{
background-color: #242EE5;
}
.BgClassName
{
background-color: #242EE5;
}
</style>
border-color css
<style>
span { border-color: #242EE5; }
span { border-color: rgb(36,46,229); }
td.TdClassName
{
border-color: #242EE5;
}
.TagClassName
{
border-color: #242EE5;
}
</style>