Shades of Persian Blue #242EAB
Tints of Persian Blue #242EAB
RGB
CMYK
RGB Variations
Color information
#242EAB (or 0x242EAB) is known color: Persian Blue. HEX triplet: 24, 2E and AB. RGB value is (36,46,171). Sum of RGB (Red+Green+Blue) = 36+46+171=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #242EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242EAB is #DBD154. Grayscale: #383838. Windows color (decimal): -14405973 or 11218468. OLE color: 11218468.
HSL color Cylindrical-coordinate representation of color #242EAB: hue angle of 235.56º 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 #242EAB is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 36 | 46 | 171 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.33 |
| HSL | 235.56º | 0.65% | 0.41% | - |
| HSV(B) | 235.56º | 0.79% | 0.67% | - |
| XYZ | 9.06 | 5.27 | 39.07 | - |
| YUV | 57.26 | 192.19 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 171 | 0.79 | 0.73 | 0 | 0.33 | 235.56 | 0.65 | 0.41 |
| Hex | 24 | 2E | AB | 4F | 49 | 0 | 21 | EC | 41 | 29 |
| Octal | 44 | 56 | 253 | 117 | 111 | 0 | 41 | 354 | 101 | 51 |
| Binary | 100100 | 101110 | 10101011 | 1001111 | 1001001 | 0 | 100001 | 11101100 | 1000001 | 101001 |
Color Harmonies of #242EAB
Complementary color
Monochromatic Colors of #242EAB
Black with #242EAB
Text Example
Text Example
White with #242EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242EAB; }
p { color: rgb(36,46,171); }
H1.HeaderClassName
{
color: #242EAB;
}
.AnyTagClassName
{
color: #242EAB;
}
</style>
background-color css
<style>
a { background-color: #242EAB; }
a { background-color: rgb(36,46,171); }
div.DivClassName
{
background-color: #242EAB;
}
.BgClassName
{
background-color: #242EAB;
}
</style>
border-color css
<style>
span { border-color: #242EAB; }
span { border-color: rgb(36,46,171); }
td.TdClassName
{
border-color: #242EAB;
}
.TagClassName
{
border-color: #242EAB;
}
</style>