Shades of Persian Blue #242CEA
Tints of Persian Blue #242CEA
RGB
CMYK
RGB Variations
Color information
#242CEA (or 0x242CEA) is known color: Persian Blue. HEX triplet: 24, 2C and EA. RGB value is (36,44,234). Sum of RGB (Red+Green+Blue) = 36+44+234=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 234 (91.80% from 255 or 74.52% from 314); Max value from RGB is 234 - color contains mainly: blue. Hex color #242CEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242CEA is #DBD315. Grayscale: #3E3E3E. Windows color (decimal): -14406422 or 15346724. OLE color: 15346724.
HSL color Cylindrical-coordinate representation of color #242CEA: hue angle of 237.58º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242CEA is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 44 | 234 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.08 |
| HSL | 237.58º | 0.83% | 0.53% | - |
| HSV(B) | 237.58º | 0.85% | 0.92% | - |
| XYZ | 16.48 | 8.12 | 78.54 | - |
| YUV | 63.27 | 224.35 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 234 | 0.85 | 0.81 | 0 | 0.08 | 237.58 | 0.83 | 0.53 |
| Hex | 24 | 2C | EA | 55 | 51 | 0 | 8 | EE | 52 | 35 |
| Octal | 44 | 54 | 352 | 125 | 121 | 0 | 10 | 356 | 122 | 65 |
| Binary | 100100 | 101100 | 11101010 | 1010101 | 1010001 | 0 | 1000 | 11101110 | 1010010 | 110101 |
Color Harmonies of #242CEA
Complementary color
Monochromatic Colors of #242CEA
Black with #242CEA
Text Example
Text Example
White with #242CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242CEA; }
p { color: rgb(36,44,234); }
H1.HeaderClassName
{
color: #242CEA;
}
.AnyTagClassName
{
color: #242CEA;
}
</style>
background-color css
<style>
a { background-color: #242CEA; }
a { background-color: rgb(36,44,234); }
div.DivClassName
{
background-color: #242CEA;
}
.BgClassName
{
background-color: #242CEA;
}
</style>
border-color css
<style>
span { border-color: #242CEA; }
span { border-color: rgb(36,44,234); }
td.TdClassName
{
border-color: #242CEA;
}
.TagClassName
{
border-color: #242CEA;
}
</style>