Shades of Persian Blue #242AB9
Tints of Persian Blue #242AB9
RGB
CMYK
RGB Variations
Color information
#242AB9 (or 0x242AB9) is known color: Persian Blue. HEX triplet: 24, 2A and B9. RGB value is (36,42,185). Sum of RGB (Red+Green+Blue) = 36+42+185=263 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.69% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 185 (72.66% from 255 or 70.34% from 263); Max value from RGB is 185 - color contains mainly: blue. Hex color #242AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242AB9 is #DBD546. Grayscale: #373737. Windows color (decimal): -14406983 or 12134948. OLE color: 12134948.
HSL color Cylindrical-coordinate representation of color #242AB9: hue angle of 237.58º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #242AB9 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 42 | 185 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.27 |
| HSL | 237.58º | 0.67% | 0.43% | - |
| HSV(B) | 237.58º | 0.81% | 0.73% | - |
| XYZ | 10.31 | 5.53 | 46.42 | - |
| YUV | 56.51 | 200.51 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 185 | 0.81 | 0.77 | 0 | 0.27 | 237.58 | 0.67 | 0.43 |
| Hex | 24 | 2A | B9 | 51 | 4D | 0 | 1B | EE | 43 | 2B |
| Octal | 44 | 52 | 271 | 121 | 115 | 0 | 33 | 356 | 103 | 53 |
| Binary | 100100 | 101010 | 10111001 | 1010001 | 1001101 | 0 | 11011 | 11101110 | 1000011 | 101011 |
Color Harmonies of #242AB9
Complementary color
Monochromatic Colors of #242AB9
Black with #242AB9
Text Example
Text Example
White with #242AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AB9; }
p { color: rgb(36,42,185); }
H1.HeaderClassName
{
color: #242AB9;
}
.AnyTagClassName
{
color: #242AB9;
}
</style>
background-color css
<style>
a { background-color: #242AB9; }
a { background-color: rgb(36,42,185); }
div.DivClassName
{
background-color: #242AB9;
}
.BgClassName
{
background-color: #242AB9;
}
</style>
border-color css
<style>
span { border-color: #242AB9; }
span { border-color: rgb(36,42,185); }
td.TdClassName
{
border-color: #242AB9;
}
.TagClassName
{
border-color: #242AB9;
}
</style>