Shades of Persian Blue #242EDA
Tints of Persian Blue #242EDA
RGB
CMYK
RGB Variations
Color information
#242EDA (or 0x242EDA) is known color: Persian Blue. HEX triplet: 24, 2E and DA. RGB value is (36,46,218). Sum of RGB (Red+Green+Blue) = 36+46+218=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #242EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EDA is #DBD125. Grayscale: #3D3D3D. Windows color (decimal): -14405926 or 14298660. OLE color: 14298660.
HSL color Cylindrical-coordinate representation of color #242EDA: hue angle of 236.7º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #242EDA is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 36 | 46 | 218 | - |
| CMYK | 0.83 | 0.79 | 0 | 0.15 |
| HSL | 236.7º | 0.72% | 0.5% | - |
| HSV(B) | 236.7º | 0.83% | 0.85% | - |
| XYZ | 14.36 | 7.39 | 67 | - |
| YUV | 62.62 | 215.69 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 218 | 0.83 | 0.79 | 0 | 0.15 | 236.7 | 0.72 | 0.5 |
| Hex | 24 | 2E | DA | 53 | 4F | 0 | F | ED | 48 | 32 |
| Octal | 44 | 56 | 332 | 123 | 117 | 0 | 17 | 355 | 110 | 62 |
| Binary | 100100 | 101110 | 11011010 | 1010011 | 1001111 | 0 | 1111 | 11101101 | 1001000 | 110010 |
Color Harmonies of #242EDA
Complementary color
Monochromatic Colors of #242EDA
Black with #242EDA
Text Example
Text Example
White with #242EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242EDA; }
p { color: rgb(36,46,218); }
H1.HeaderClassName
{
color: #242EDA;
}
.AnyTagClassName
{
color: #242EDA;
}
</style>
background-color css
<style>
a { background-color: #242EDA; }
a { background-color: rgb(36,46,218); }
div.DivClassName
{
background-color: #242EDA;
}
.BgClassName
{
background-color: #242EDA;
}
</style>
border-color css
<style>
span { border-color: #242EDA; }
span { border-color: rgb(36,46,218); }
td.TdClassName
{
border-color: #242EDA;
}
.TagClassName
{
border-color: #242EDA;
}
</style>