Shades of Persian Blue #242AAF
Tints of Persian Blue #242AAF
RGB
CMYK
RGB Variations
Color information
#242AAF (or 0x242AAF) is known color: Persian Blue. HEX triplet: 24, 2A and AF. RGB value is (36,42,175). Sum of RGB (Red+Green+Blue) = 36+42+175=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 175 (68.75% from 255 or 69.17% from 253); Max value from RGB is 175 - color contains mainly: blue. Hex color #242AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #242AAF is #DBD550. Grayscale: #363636. Windows color (decimal): -14406993 or 11479588. OLE color: 11479588.
HSL color Cylindrical-coordinate representation of color #242AAF: hue angle of 237.41º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #242AAF is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 36 | 42 | 175 | - |
| CMYK | 0.79 | 0.76 | 0 | 0.31 |
| HSL | 237.41º | 0.66% | 0.41% | - |
| HSV(B) | 237.41º | 0.79% | 0.69% | - |
| XYZ | 9.29 | 5.13 | 41.06 | - |
| YUV | 55.37 | 195.51 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 175 | 0.79 | 0.76 | 0 | 0.31 | 237.41 | 0.66 | 0.41 |
| Hex | 24 | 2A | AF | 4F | 4C | 0 | 1F | ED | 42 | 29 |
| Octal | 44 | 52 | 257 | 117 | 114 | 0 | 37 | 355 | 102 | 51 |
| Binary | 100100 | 101010 | 10101111 | 1001111 | 1001100 | 0 | 11111 | 11101101 | 1000010 | 101001 |
Color Harmonies of #242AAF
Complementary color
Monochromatic Colors of #242AAF
Black with #242AAF
Text Example
Text Example
White with #242AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AAF; }
p { color: rgb(36,42,175); }
H1.HeaderClassName
{
color: #242AAF;
}
.AnyTagClassName
{
color: #242AAF;
}
</style>
background-color css
<style>
a { background-color: #242AAF; }
a { background-color: rgb(36,42,175); }
div.DivClassName
{
background-color: #242AAF;
}
.BgClassName
{
background-color: #242AAF;
}
</style>
border-color css
<style>
span { border-color: #242AAF; }
span { border-color: rgb(36,42,175); }
td.TdClassName
{
border-color: #242AAF;
}
.TagClassName
{
border-color: #242AAF;
}
</style>