Shades of Persian Blue #242EC6
Tints of Persian Blue #242EC6
RGB
CMYK
RGB Variations
Color information
#242EC6 (or 0x242EC6) is known color: Persian Blue. HEX triplet: 24, 2E and C6. RGB value is (36,46,198). Sum of RGB (Red+Green+Blue) = 36+46+198=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 46 (18.36% from 255 or 16.43% from 280); Blue value is 198 (77.73% from 255 or 70.71% from 280); Max value from RGB is 198 - color contains mainly: blue. Hex color #242EC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EC6 is #DBD139. Grayscale: #3B3B3B. Windows color (decimal): -14405946 or 12987940. OLE color: 12987940.
HSL color Cylindrical-coordinate representation of color #242EC6: hue angle of 236.3º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #242EC6 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 46 | 198 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.22 |
| HSL | 236.3º | 0.69% | 0.46% | - |
| HSV(B) | 236.3º | 0.82% | 0.78% | - |
| XYZ | 11.9 | 6.41 | 54.04 | - |
| YUV | 60.34 | 205.69 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 198 | 0.82 | 0.77 | 0 | 0.22 | 236.3 | 0.69 | 0.46 |
| Hex | 24 | 2E | C6 | 52 | 4D | 0 | 16 | EC | 45 | 2E |
| Octal | 44 | 56 | 306 | 122 | 115 | 0 | 26 | 354 | 105 | 56 |
| Binary | 100100 | 101110 | 11000110 | 1010010 | 1001101 | 0 | 10110 | 11101100 | 1000101 | 101110 |
Color Harmonies of #242EC6
Complementary color
Monochromatic Colors of #242EC6
Black with #242EC6
Text Example
Text Example
White with #242EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242EC6; }
p { color: rgb(36,46,198); }
H1.HeaderClassName
{
color: #242EC6;
}
.AnyTagClassName
{
color: #242EC6;
}
</style>
background-color css
<style>
a { background-color: #242EC6; }
a { background-color: rgb(36,46,198); }
div.DivClassName
{
background-color: #242EC6;
}
.BgClassName
{
background-color: #242EC6;
}
</style>
border-color css
<style>
span { border-color: #242EC6; }
span { border-color: rgb(36,46,198); }
td.TdClassName
{
border-color: #242EC6;
}
.TagClassName
{
border-color: #242EC6;
}
</style>