Shades of Persian Blue #242AEA
Tints of Persian Blue #242AEA
RGB
CMYK
RGB Variations
Color information
#242AEA (or 0x242AEA) is known color: Persian Blue. HEX triplet: 24, 2A and EA. RGB value is (36,42,234). Sum of RGB (Red+Green+Blue) = 36+42+234=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 234 (91.80% from 255 or 75% from 312); Max value from RGB is 234 - color contains mainly: blue. Hex color #242AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242AEA is #DBD515. Grayscale: #3D3D3D. Windows color (decimal): -14406934 or 15346212. OLE color: 15346212.
HSL color Cylindrical-coordinate representation of color #242AEA: hue angle of 238.18º 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 #242AEA is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 42 | 234 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.08 |
| HSL | 238.18º | 0.83% | 0.53% | - |
| HSV(B) | 238.18º | 0.85% | 0.92% | - |
| XYZ | 16.41 | 7.97 | 78.52 | - |
| YUV | 62.09 | 225.01 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 234 | 0.85 | 0.82 | 0 | 0.08 | 238.18 | 0.83 | 0.53 |
| Hex | 24 | 2A | EA | 55 | 52 | 0 | 8 | EE | 52 | 35 |
| Octal | 44 | 52 | 352 | 125 | 122 | 0 | 10 | 356 | 122 | 65 |
| Binary | 100100 | 101010 | 11101010 | 1010101 | 1010010 | 0 | 1000 | 11101110 | 1010010 | 110101 |
Color Harmonies of #242AEA
Complementary color
Monochromatic Colors of #242AEA
Black with #242AEA
Text Example
Text Example
White with #242AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AEA; }
p { color: rgb(36,42,234); }
H1.HeaderClassName
{
color: #242AEA;
}
.AnyTagClassName
{
color: #242AEA;
}
</style>
background-color css
<style>
a { background-color: #242AEA; }
a { background-color: rgb(36,42,234); }
div.DivClassName
{
background-color: #242AEA;
}
.BgClassName
{
background-color: #242AEA;
}
</style>
border-color css
<style>
span { border-color: #242AEA; }
span { border-color: rgb(36,42,234); }
td.TdClassName
{
border-color: #242AEA;
}
.TagClassName
{
border-color: #242AEA;
}
</style>