Shades of Persian Blue #242CDE
Tints of Persian Blue #242CDE
RGB
CMYK
RGB Variations
Color information
#242CDE (or 0x242CDE) is known color: Persian Blue. HEX triplet: 24, 2C and DE. RGB value is (36,44,222). Sum of RGB (Red+Green+Blue) = 36+44+222=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 222 (87.11% from 255 or 73.51% from 302); Max value from RGB is 222 - color contains mainly: blue. Hex color #242CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242CDE is #DBD321. Grayscale: #3D3D3D. Windows color (decimal): -14406434 or 14560292. OLE color: 14560292.
HSL color Cylindrical-coordinate representation of color #242CDE: hue angle of 237.42º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #242CDE is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 44 | 222 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.13 |
| HSL | 237.42º | 0.74% | 0.51% | - |
| HSV(B) | 237.42º | 0.84% | 0.87% | - |
| XYZ | 14.81 | 7.45 | 69.76 | - |
| YUV | 61.9 | 218.35 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 222 | 0.84 | 0.80 | 0 | 0.13 | 237.42 | 0.74 | 0.51 |
| Hex | 24 | 2C | DE | 54 | 50 | 0 | D | ED | 4A | 33 |
| Octal | 44 | 54 | 336 | 124 | 120 | 0 | 15 | 355 | 112 | 63 |
| Binary | 100100 | 101100 | 11011110 | 1010100 | 1010000 | 0 | 1101 | 11101101 | 1001010 | 110011 |
Color Harmonies of #242CDE
Complementary color
Monochromatic Colors of #242CDE
Black with #242CDE
Text Example
Text Example
White with #242CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242CDE; }
p { color: rgb(36,44,222); }
H1.HeaderClassName
{
color: #242CDE;
}
.AnyTagClassName
{
color: #242CDE;
}
</style>
background-color css
<style>
a { background-color: #242CDE; }
a { background-color: rgb(36,44,222); }
div.DivClassName
{
background-color: #242CDE;
}
.BgClassName
{
background-color: #242CDE;
}
</style>
border-color css
<style>
span { border-color: #242CDE; }
span { border-color: rgb(36,44,222); }
td.TdClassName
{
border-color: #242CDE;
}
.TagClassName
{
border-color: #242CDE;
}
</style>