Shades of Persian Blue #242AEC
Tints of Persian Blue #242AEC
RGB
CMYK
RGB Variations
Color information
#242AEC (or 0x242AEC) is known color: Persian Blue. HEX triplet: 24, 2A and EC. RGB value is (36,42,236). Sum of RGB (Red+Green+Blue) = 36+42+236=314 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.46% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 236 (92.58% from 255 or 75.16% from 314); Max value from RGB is 236 - color contains mainly: blue. Hex color #242AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242AEC is #DBD513. Grayscale: #3D3D3D. Windows color (decimal): -14406932 or 15477284. OLE color: 15477284.
HSL color Cylindrical-coordinate representation of color #242AEC: hue angle of 238.2º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242AEC is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 42 | 236 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.07 |
| HSL | 238.2º | 0.84% | 0.53% | - |
| HSV(B) | 238.2º | 0.85% | 0.93% | - |
| XYZ | 16.7 | 8.09 | 80.04 | - |
| YUV | 62.32 | 226.01 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 236 | 0.85 | 0.82 | 0 | 0.07 | 238.2 | 0.84 | 0.53 |
| Hex | 24 | 2A | EC | 55 | 52 | 0 | 7 | EE | 54 | 35 |
| Octal | 44 | 52 | 354 | 125 | 122 | 0 | 7 | 356 | 124 | 65 |
| Binary | 100100 | 101010 | 11101100 | 1010101 | 1010010 | 0 | 111 | 11101110 | 1010100 | 110101 |
Color Harmonies of #242AEC
Complementary color
Monochromatic Colors of #242AEC
Black with #242AEC
Text Example
Text Example
White with #242AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AEC; }
p { color: rgb(36,42,236); }
H1.HeaderClassName
{
color: #242AEC;
}
.AnyTagClassName
{
color: #242AEC;
}
</style>
background-color css
<style>
a { background-color: #242AEC; }
a { background-color: rgb(36,42,236); }
div.DivClassName
{
background-color: #242AEC;
}
.BgClassName
{
background-color: #242AEC;
}
</style>
border-color css
<style>
span { border-color: #242AEC; }
span { border-color: rgb(36,42,236); }
td.TdClassName
{
border-color: #242AEC;
}
.TagClassName
{
border-color: #242AEC;
}
</style>