Shades of Persian Blue #242AEB
Tints of Persian Blue #242AEB
RGB
CMYK
RGB Variations
Color information
#242AEB (or 0x242AEB) is known color: Persian Blue. HEX triplet: 24, 2A and EB. RGB value is (36,42,235). Sum of RGB (Red+Green+Blue) = 36+42+235=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #242AEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242AEB is #DBD514. Grayscale: #3D3D3D. Windows color (decimal): -14406933 or 15411748. OLE color: 15411748.
HSL color Cylindrical-coordinate representation of color #242AEB: hue angle of 238.19º degrees, saturation: 0.83, 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 #242AEB is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 36 | 42 | 235 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.08 |
| HSL | 238.19º | 0.83% | 0.53% | - |
| HSV(B) | 238.19º | 0.85% | 0.92% | - |
| XYZ | 16.55 | 8.03 | 79.27 | - |
| YUV | 62.21 | 225.51 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 235 | 0.85 | 0.82 | 0 | 0.08 | 238.19 | 0.83 | 0.53 |
| Hex | 24 | 2A | EB | 55 | 52 | 0 | 8 | EE | 53 | 35 |
| Octal | 44 | 52 | 353 | 125 | 122 | 0 | 10 | 356 | 123 | 65 |
| Binary | 100100 | 101010 | 11101011 | 1010101 | 1010010 | 0 | 1000 | 11101110 | 1010011 | 110101 |
Color Harmonies of #242AEB
Complementary color
Monochromatic Colors of #242AEB
Black with #242AEB
Text Example
Text Example
White with #242AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AEB; }
p { color: rgb(36,42,235); }
H1.HeaderClassName
{
color: #242AEB;
}
.AnyTagClassName
{
color: #242AEB;
}
</style>
background-color css
<style>
a { background-color: #242AEB; }
a { background-color: rgb(36,42,235); }
div.DivClassName
{
background-color: #242AEB;
}
.BgClassName
{
background-color: #242AEB;
}
</style>
border-color css
<style>
span { border-color: #242AEB; }
span { border-color: rgb(36,42,235); }
td.TdClassName
{
border-color: #242AEB;
}
.TagClassName
{
border-color: #242AEB;
}
</style>