Shades of Persian Blue #242AAB
Tints of Persian Blue #242AAB
RGB
CMYK
RGB Variations
Color information
#242AAB (or 0x242AAB) is known color: Persian Blue. HEX triplet: 24, 2A and AB. RGB value is (36,42,171). Sum of RGB (Red+Green+Blue) = 36+42+171=249 (32% of max value = 765). Red value is 36 (14.45% from 255 or 14.46% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #242AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242AAB is #DBD554. Grayscale: #363636. Windows color (decimal): -14406997 or 11217444. OLE color: 11217444.
HSL color Cylindrical-coordinate representation of color #242AAB: hue angle of 237.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #242AAB is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 42 | 171 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.33 |
| HSL | 237.33º | 0.65% | 0.41% | - |
| HSV(B) | 237.33º | 0.79% | 0.67% | - |
| XYZ | 8.91 | 4.97 | 39.02 | - |
| YUV | 54.91 | 193.51 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 171 | 0.79 | 0.75 | 0 | 0.33 | 237.33 | 0.65 | 0.41 |
| Hex | 24 | 2A | AB | 4F | 4B | 0 | 21 | ED | 41 | 29 |
| Octal | 44 | 52 | 253 | 117 | 113 | 0 | 41 | 355 | 101 | 51 |
| Binary | 100100 | 101010 | 10101011 | 1001111 | 1001011 | 0 | 100001 | 11101101 | 1000001 | 101001 |
Color Harmonies of #242AAB
Complementary color
Monochromatic Colors of #242AAB
Black with #242AAB
Text Example
Text Example
White with #242AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AAB; }
p { color: rgb(36,42,171); }
H1.HeaderClassName
{
color: #242AAB;
}
.AnyTagClassName
{
color: #242AAB;
}
</style>
background-color css
<style>
a { background-color: #242AAB; }
a { background-color: rgb(36,42,171); }
div.DivClassName
{
background-color: #242AAB;
}
.BgClassName
{
background-color: #242AAB;
}
</style>
border-color css
<style>
span { border-color: #242AAB; }
span { border-color: rgb(36,42,171); }
td.TdClassName
{
border-color: #242AAB;
}
.TagClassName
{
border-color: #242AAB;
}
</style>