Shades of Persian Blue #242AED
Tints of Persian Blue #242AED
RGB
CMYK
RGB Variations
Color information
#242AED (or 0x242AED) is known color: Persian Blue. HEX triplet: 24, 2A and ED. RGB value is (36,42,237). Sum of RGB (Red+Green+Blue) = 36+42+237=315 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.43% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 237 (92.97% from 255 or 75.24% from 315); Max value from RGB is 237 - color contains mainly: blue. Hex color #242AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #242AED is #DBD512. Grayscale: #3D3D3D. Windows color (decimal): -14406931 or 15542820. OLE color: 15542820.
HSL color Cylindrical-coordinate representation of color #242AED: hue angle of 238.21º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #242AED is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 36 | 42 | 237 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.07 |
| HSL | 238.21º | 0.85% | 0.54% | - |
| HSV(B) | 238.21º | 0.85% | 0.93% | - |
| XYZ | 16.84 | 8.15 | 80.81 | - |
| YUV | 62.44 | 226.51 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 237 | 0.85 | 0.82 | 0 | 0.07 | 238.21 | 0.85 | 0.54 |
| Hex | 24 | 2A | ED | 55 | 52 | 0 | 7 | EE | 55 | 36 |
| Octal | 44 | 52 | 355 | 125 | 122 | 0 | 7 | 356 | 125 | 66 |
| Binary | 100100 | 101010 | 11101101 | 1010101 | 1010010 | 0 | 111 | 11101110 | 1010101 | 110110 |
Color Harmonies of #242AED
Complementary color
Monochromatic Colors of #242AED
Black with #242AED
Text Example
Text Example
White with #242AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AED; }
p { color: rgb(36,42,237); }
H1.HeaderClassName
{
color: #242AED;
}
.AnyTagClassName
{
color: #242AED;
}
</style>
background-color css
<style>
a { background-color: #242AED; }
a { background-color: rgb(36,42,237); }
div.DivClassName
{
background-color: #242AED;
}
.BgClassName
{
background-color: #242AED;
}
</style>
border-color css
<style>
span { border-color: #242AED; }
span { border-color: rgb(36,42,237); }
td.TdClassName
{
border-color: #242AED;
}
.TagClassName
{
border-color: #242AED;
}
</style>