Shades of Persian Blue #242EC1
Tints of Persian Blue #242EC1
RGB
CMYK
RGB Variations
Color information
#242EC1 (or 0x242EC1) is known color: Persian Blue. HEX triplet: 24, 2E and C1. RGB value is (36,46,193). Sum of RGB (Red+Green+Blue) = 36+46+193=275 (36% of max value = 765). Red value is 36 (14.45% from 255 or 13.09% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 193 (75.78% from 255 or 70.18% from 275); Max value from RGB is 193 - color contains mainly: blue. Hex color #242EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242EC1 is #DBD13E. Grayscale: #3B3B3B. Windows color (decimal): -14405951 or 12660260. OLE color: 12660260.
HSL color Cylindrical-coordinate representation of color #242EC1: hue angle of 236.18º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #242EC1 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 46 | 193 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.24 |
| HSL | 236.18º | 0.69% | 0.45% | - |
| HSV(B) | 236.18º | 0.81% | 0.76% | - |
| XYZ | 11.33 | 6.18 | 51.05 | - |
| YUV | 59.77 | 203.19 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 193 | 0.81 | 0.76 | 0 | 0.24 | 236.18 | 0.69 | 0.45 |
| Hex | 24 | 2E | C1 | 51 | 4C | 0 | 18 | EC | 45 | 2D |
| Octal | 44 | 56 | 301 | 121 | 114 | 0 | 30 | 354 | 105 | 55 |
| Binary | 100100 | 101110 | 11000001 | 1010001 | 1001100 | 0 | 11000 | 11101100 | 1000101 | 101101 |
Color Harmonies of #242EC1
Complementary color
Monochromatic Colors of #242EC1
Black with #242EC1
Text Example
Text Example
White with #242EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242EC1; }
p { color: rgb(36,46,193); }
H1.HeaderClassName
{
color: #242EC1;
}
.AnyTagClassName
{
color: #242EC1;
}
</style>
background-color css
<style>
a { background-color: #242EC1; }
a { background-color: rgb(36,46,193); }
div.DivClassName
{
background-color: #242EC1;
}
.BgClassName
{
background-color: #242EC1;
}
</style>
border-color css
<style>
span { border-color: #242EC1; }
span { border-color: rgb(36,46,193); }
td.TdClassName
{
border-color: #242EC1;
}
.TagClassName
{
border-color: #242EC1;
}
</style>