Shades of Persian Blue #242DA9
Tints of Persian Blue #242DA9
RGB
CMYK
RGB Variations
Color information
#242DA9 (or 0x242DA9) is known color: Persian Blue. HEX triplet: 24, 2D and A9. RGB value is (36,45,169). Sum of RGB (Red+Green+Blue) = 36+45+169=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 169 (66.41% from 255 or 67.6% from 250); Max value from RGB is 169 - color contains mainly: blue. Hex color #242DA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242DA9 is #DBD256. Grayscale: #373737. Windows color (decimal): -14406231 or 11087140. OLE color: 11087140.
HSL color Cylindrical-coordinate representation of color #242DA9: hue angle of 235.94º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #242DA9 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 36 | 45 | 169 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.34 |
| HSL | 235.94º | 0.65% | 0.4% | - |
| HSV(B) | 235.94º | 0.79% | 0.66% | - |
| XYZ | 8.83 | 5.12 | 38.06 | - |
| YUV | 56.45 | 191.52 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 169 | 0.79 | 0.73 | 0 | 0.34 | 235.94 | 0.65 | 0.4 |
| Hex | 24 | 2D | A9 | 4F | 49 | 0 | 22 | EC | 41 | 28 |
| Octal | 44 | 55 | 251 | 117 | 111 | 0 | 42 | 354 | 101 | 50 |
| Binary | 100100 | 101101 | 10101001 | 1001111 | 1001001 | 0 | 100010 | 11101100 | 1000001 | 101000 |
Color Harmonies of #242DA9
Complementary color
Monochromatic Colors of #242DA9
Black with #242DA9
Text Example
Text Example
White with #242DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242DA9; }
p { color: rgb(36,45,169); }
H1.HeaderClassName
{
color: #242DA9;
}
.AnyTagClassName
{
color: #242DA9;
}
</style>
background-color css
<style>
a { background-color: #242DA9; }
a { background-color: rgb(36,45,169); }
div.DivClassName
{
background-color: #242DA9;
}
.BgClassName
{
background-color: #242DA9;
}
</style>
border-color css
<style>
span { border-color: #242DA9; }
span { border-color: rgb(36,45,169); }
td.TdClassName
{
border-color: #242DA9;
}
.TagClassName
{
border-color: #242DA9;
}
</style>