Shades of Persian Blue #242CED
Tints of Persian Blue #242CED
RGB
CMYK
RGB Variations
Color information
#242CED (or 0x242CED) is known color: Persian Blue. HEX triplet: 24, 2C and ED. RGB value is (36,44,237). Sum of RGB (Red+Green+Blue) = 36+44+237=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 44 (17.58% from 255 or 13.88% from 317); Blue value is 237 (92.97% from 255 or 74.76% from 317); Max value from RGB is 237 - color contains mainly: blue. Hex color #242CED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242CED is #DBD312. Grayscale: #3E3E3E. Windows color (decimal): -14406419 or 15543332. OLE color: 15543332.
HSL color Cylindrical-coordinate representation of color #242CED: hue angle of 237.61º degrees, saturation: 0.85, 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 #242CED is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 44 | 237 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.07 |
| HSL | 237.61º | 0.85% | 0.54% | - |
| HSV(B) | 237.61º | 0.85% | 0.93% | - |
| XYZ | 16.91 | 8.29 | 80.83 | - |
| YUV | 63.61 | 225.85 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 237 | 0.85 | 0.81 | 0 | 0.07 | 237.61 | 0.85 | 0.54 |
| Hex | 24 | 2C | ED | 55 | 51 | 0 | 7 | EE | 55 | 36 |
| Octal | 44 | 54 | 355 | 125 | 121 | 0 | 7 | 356 | 125 | 66 |
| Binary | 100100 | 101100 | 11101101 | 1010101 | 1010001 | 0 | 111 | 11101110 | 1010101 | 110110 |
Color Harmonies of #242CED
Complementary color
Monochromatic Colors of #242CED
Black with #242CED
Text Example
Text Example
White with #242CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242CED; }
p { color: rgb(36,44,237); }
H1.HeaderClassName
{
color: #242CED;
}
.AnyTagClassName
{
color: #242CED;
}
</style>
background-color css
<style>
a { background-color: #242CED; }
a { background-color: rgb(36,44,237); }
div.DivClassName
{
background-color: #242CED;
}
.BgClassName
{
background-color: #242CED;
}
</style>
border-color css
<style>
span { border-color: #242CED; }
span { border-color: rgb(36,44,237); }
td.TdClassName
{
border-color: #242CED;
}
.TagClassName
{
border-color: #242CED;
}
</style>