Shades of Persian Blue #242CDF
Tints of Persian Blue #242CDF
RGB
CMYK
RGB Variations
Color information
#242CDF (or 0x242CDF) is known color: Persian Blue. HEX triplet: 24, 2C and DF. RGB value is (36,44,223). Sum of RGB (Red+Green+Blue) = 36+44+223=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #242CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242CDF is #DBD320. Grayscale: #3D3D3D. Windows color (decimal): -14406433 or 14625828. OLE color: 14625828.
HSL color Cylindrical-coordinate representation of color #242CDF: hue angle of 237.43º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #242CDF is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 44 | 223 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.13 |
| HSL | 237.43º | 0.75% | 0.51% | - |
| HSV(B) | 237.43º | 0.84% | 0.87% | - |
| XYZ | 14.95 | 7.5 | 70.47 | - |
| YUV | 62.01 | 218.85 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 223 | 0.84 | 0.80 | 0 | 0.13 | 237.43 | 0.75 | 0.51 |
| Hex | 24 | 2C | DF | 54 | 50 | 0 | D | ED | 4B | 33 |
| Octal | 44 | 54 | 337 | 124 | 120 | 0 | 15 | 355 | 113 | 63 |
| Binary | 100100 | 101100 | 11011111 | 1010100 | 1010000 | 0 | 1101 | 11101101 | 1001011 | 110011 |
Color Harmonies of #242CDF
Complementary color
Monochromatic Colors of #242CDF
Black with #242CDF
Text Example
Text Example
White with #242CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242CDF; }
p { color: rgb(36,44,223); }
H1.HeaderClassName
{
color: #242CDF;
}
.AnyTagClassName
{
color: #242CDF;
}
</style>
background-color css
<style>
a { background-color: #242CDF; }
a { background-color: rgb(36,44,223); }
div.DivClassName
{
background-color: #242CDF;
}
.BgClassName
{
background-color: #242CDF;
}
</style>
border-color css
<style>
span { border-color: #242CDF; }
span { border-color: rgb(36,44,223); }
td.TdClassName
{
border-color: #242CDF;
}
.TagClassName
{
border-color: #242CDF;
}
</style>