Shades of Persian Blue #242DEE
Tints of Persian Blue #242DEE
RGB
CMYK
RGB Variations
Color information
#242DEE (or 0x242DEE) is known color: Persian Blue. HEX triplet: 24, 2D and EE. RGB value is (36,45,238). Sum of RGB (Red+Green+Blue) = 36+45+238=319 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.29% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 238 (93.36% from 255 or 74.61% from 319); Max value from RGB is 238 - color contains mainly: blue. Hex color #242DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242DEE is #DBD211. Grayscale: #3F3F3F. Windows color (decimal): -14406162 or 15609124. OLE color: 15609124.
HSL color Cylindrical-coordinate representation of color #242DEE: hue angle of 237.33º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242DEE is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 45 | 238 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.07 |
| HSL | 237.33º | 0.86% | 0.54% | - |
| HSV(B) | 237.33º | 0.85% | 0.93% | - |
| XYZ | 17.1 | 8.42 | 81.61 | - |
| YUV | 64.31 | 226.02 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 238 | 0.85 | 0.81 | 0 | 0.07 | 237.33 | 0.86 | 0.54 |
| Hex | 24 | 2D | EE | 55 | 51 | 0 | 7 | ED | 56 | 36 |
| Octal | 44 | 55 | 356 | 125 | 121 | 0 | 7 | 355 | 126 | 66 |
| Binary | 100100 | 101101 | 11101110 | 1010101 | 1010001 | 0 | 111 | 11101101 | 1010110 | 110110 |
Color Harmonies of #242DEE
Complementary color
Monochromatic Colors of #242DEE
Black with #242DEE
Text Example
Text Example
White with #242DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DEE; }
p { color: rgb(36,45,238); }
H1.HeaderClassName
{
color: #242DEE;
}
.AnyTagClassName
{
color: #242DEE;
}
</style>
background-color css
<style>
a { background-color: #242DEE; }
a { background-color: rgb(36,45,238); }
div.DivClassName
{
background-color: #242DEE;
}
.BgClassName
{
background-color: #242DEE;
}
</style>
border-color css
<style>
span { border-color: #242DEE; }
span { border-color: rgb(36,45,238); }
td.TdClassName
{
border-color: #242DEE;
}
.TagClassName
{
border-color: #242DEE;
}
</style>