Shades of Persian Blue #242AAC
Tints of Persian Blue #242AAC
RGB
CMYK
RGB Variations
Color information
#242AAC (or 0x242AAC) is known color: Persian Blue. HEX triplet: 24, 2A and AC. RGB value is (36,42,172). Sum of RGB (Red+Green+Blue) = 36+42+172=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #242AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242AAC is #DBD553. Grayscale: #363636. Windows color (decimal): -14406996 or 11282980. OLE color: 11282980.
HSL color Cylindrical-coordinate representation of color #242AAC: hue angle of 237.35º 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 #242AAC is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 42 | 172 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.33 |
| HSL | 237.35º | 0.65% | 0.41% | - |
| HSV(B) | 237.35º | 0.79% | 0.67% | - |
| XYZ | 9 | 5.01 | 39.52 | - |
| YUV | 55.03 | 194.01 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 172 | 0.79 | 0.76 | 0 | 0.33 | 237.35 | 0.65 | 0.41 |
| Hex | 24 | 2A | AC | 4F | 4C | 0 | 21 | ED | 41 | 29 |
| Octal | 44 | 52 | 254 | 117 | 114 | 0 | 41 | 355 | 101 | 51 |
| Binary | 100100 | 101010 | 10101100 | 1001111 | 1001100 | 0 | 100001 | 11101101 | 1000001 | 101001 |
Color Harmonies of #242AAC
Complementary color
Monochromatic Colors of #242AAC
Black with #242AAC
Text Example
Text Example
White with #242AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AAC; }
p { color: rgb(36,42,172); }
H1.HeaderClassName
{
color: #242AAC;
}
.AnyTagClassName
{
color: #242AAC;
}
</style>
background-color css
<style>
a { background-color: #242AAC; }
a { background-color: rgb(36,42,172); }
div.DivClassName
{
background-color: #242AAC;
}
.BgClassName
{
background-color: #242AAC;
}
</style>
border-color css
<style>
span { border-color: #242AAC; }
span { border-color: rgb(36,42,172); }
td.TdClassName
{
border-color: #242AAC;
}
.TagClassName
{
border-color: #242AAC;
}
</style>