Shades of Persian Blue #242BAC
Tints of Persian Blue #242BAC
RGB
CMYK
RGB Variations
Color information
#242BAC (or 0x242BAC) is known color: Persian Blue. HEX triplet: 24, 2B and AC. RGB value is (36,43,172). Sum of RGB (Red+Green+Blue) = 36+43+172=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 172 (67.58% from 255 or 68.53% from 251); Max value from RGB is 172 - color contains mainly: blue. Hex color #242BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242BAC is #DBD453. Grayscale: #373737. Windows color (decimal): -14406740 or 11283236. OLE color: 11283236.
HSL color Cylindrical-coordinate representation of color #242BAC: hue angle of 236.91º 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 #242BAC is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 43 | 172 | - |
| CMYK | 0.79 | 0.75 | 0 | 0.33 |
| HSL | 236.91º | 0.65% | 0.41% | - |
| HSV(B) | 236.91º | 0.79% | 0.67% | - |
| XYZ | 9.04 | 5.08 | 39.53 | - |
| YUV | 55.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 172 | 0.79 | 0.75 | 0 | 0.33 | 236.91 | 0.65 | 0.41 |
| Hex | 24 | 2B | AC | 4F | 4B | 0 | 21 | ED | 41 | 29 |
| Octal | 44 | 53 | 254 | 117 | 113 | 0 | 41 | 355 | 101 | 51 |
| Binary | 100100 | 101011 | 10101100 | 1001111 | 1001011 | 0 | 100001 | 11101101 | 1000001 | 101001 |
Color Harmonies of #242BAC
Complementary color
Monochromatic Colors of #242BAC
Black with #242BAC
Text Example
Text Example
White with #242BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242BAC; }
p { color: rgb(36,43,172); }
H1.HeaderClassName
{
color: #242BAC;
}
.AnyTagClassName
{
color: #242BAC;
}
</style>
background-color css
<style>
a { background-color: #242BAC; }
a { background-color: rgb(36,43,172); }
div.DivClassName
{
background-color: #242BAC;
}
.BgClassName
{
background-color: #242BAC;
}
</style>
border-color css
<style>
span { border-color: #242BAC; }
span { border-color: rgb(36,43,172); }
td.TdClassName
{
border-color: #242BAC;
}
.TagClassName
{
border-color: #242BAC;
}
</style>