Shades of Persian Blue #242FDE
Tints of Persian Blue #242FDE
RGB
CMYK
RGB Variations
Color information
#242FDE (or 0x242FDE) is known color: Persian Blue. HEX triplet: 24, 2F and DE. RGB value is (36,47,222). Sum of RGB (Red+Green+Blue) = 36+47+222=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #242FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242FDE is #DBD021. Grayscale: #3E3E3E. Windows color (decimal): -14405666 or 14561060. OLE color: 14561060.
HSL color Cylindrical-coordinate representation of color #242FDE: hue angle of 236.45º degrees, saturation: 0.74, 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 #242FDE is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 47 | 222 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.13 |
| HSL | 236.45º | 0.74% | 0.51% | - |
| HSV(B) | 236.45º | 0.84% | 0.87% | - |
| XYZ | 14.93 | 7.68 | 69.8 | - |
| YUV | 63.66 | 217.36 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 222 | 0.84 | 0.79 | 0 | 0.13 | 236.45 | 0.74 | 0.51 |
| Hex | 24 | 2F | DE | 54 | 4F | 0 | D | EC | 4A | 33 |
| Octal | 44 | 57 | 336 | 124 | 117 | 0 | 15 | 354 | 112 | 63 |
| Binary | 100100 | 101111 | 11011110 | 1010100 | 1001111 | 0 | 1101 | 11101100 | 1001010 | 110011 |
Color Harmonies of #242FDE
Complementary color
Monochromatic Colors of #242FDE
Black with #242FDE
Text Example
Text Example
White with #242FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242FDE; }
p { color: rgb(36,47,222); }
H1.HeaderClassName
{
color: #242FDE;
}
.AnyTagClassName
{
color: #242FDE;
}
</style>
background-color css
<style>
a { background-color: #242FDE; }
a { background-color: rgb(36,47,222); }
div.DivClassName
{
background-color: #242FDE;
}
.BgClassName
{
background-color: #242FDE;
}
</style>
border-color css
<style>
span { border-color: #242FDE; }
span { border-color: rgb(36,47,222); }
td.TdClassName
{
border-color: #242FDE;
}
.TagClassName
{
border-color: #242FDE;
}
</style>