Shades of Persian Blue #242AD5
Tints of Persian Blue #242AD5
RGB
CMYK
RGB Variations
Color information
#242AD5 (or 0x242AD5) is known color: Persian Blue. HEX triplet: 24, 2A and D5. RGB value is (36,42,213). Sum of RGB (Red+Green+Blue) = 36+42+213=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 213 (83.59% from 255 or 73.20% from 291); Max value from RGB is 213 - color contains mainly: blue. Hex color #242AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242AD5 is #DBD52A. Grayscale: #3B3B3B. Windows color (decimal): -14406955 or 13969956. OLE color: 13969956.
HSL color Cylindrical-coordinate representation of color #242AD5: hue angle of 237.97º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #242AD5 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 42 | 213 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.16 |
| HSL | 237.97º | 0.71% | 0.49% | - |
| HSV(B) | 237.97º | 0.83% | 0.84% | - |
| XYZ | 13.57 | 6.84 | 63.56 | - |
| YUV | 59.7 | 214.51 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 213 | 0.83 | 0.80 | 0 | 0.16 | 237.97 | 0.71 | 0.49 |
| Hex | 24 | 2A | D5 | 53 | 50 | 0 | 10 | EE | 47 | 31 |
| Octal | 44 | 52 | 325 | 123 | 120 | 0 | 20 | 356 | 107 | 61 |
| Binary | 100100 | 101010 | 11010101 | 1010011 | 1010000 | 0 | 10000 | 11101110 | 1000111 | 110001 |
Color Harmonies of #242AD5
Complementary color
Monochromatic Colors of #242AD5
Black with #242AD5
Text Example
Text Example
White with #242AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AD5; }
p { color: rgb(36,42,213); }
H1.HeaderClassName
{
color: #242AD5;
}
.AnyTagClassName
{
color: #242AD5;
}
</style>
background-color css
<style>
a { background-color: #242AD5; }
a { background-color: rgb(36,42,213); }
div.DivClassName
{
background-color: #242AD5;
}
.BgClassName
{
background-color: #242AD5;
}
</style>
border-color css
<style>
span { border-color: #242AD5; }
span { border-color: rgb(36,42,213); }
td.TdClassName
{
border-color: #242AD5;
}
.TagClassName
{
border-color: #242AD5;
}
</style>