Shades of Persian Blue #242AD4
Tints of Persian Blue #242AD4
RGB
CMYK
RGB Variations
Color information
#242AD4 (or 0x242AD4) is known color: Persian Blue. HEX triplet: 24, 2A and D4. RGB value is (36,42,212). Sum of RGB (Red+Green+Blue) = 36+42+212=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 212 (83.20% from 255 or 73.10% from 290); Max value from RGB is 212 - color contains mainly: blue. Hex color #242AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242AD4 is #DBD52B. Grayscale: #3A3A3A. Windows color (decimal): -14406956 or 13904420. OLE color: 13904420.
HSL color Cylindrical-coordinate representation of color #242AD4: hue angle of 237.95º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #242AD4 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 36 | 42 | 212 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.17 |
| HSL | 237.95º | 0.71% | 0.49% | - |
| HSV(B) | 237.95º | 0.83% | 0.83% | - |
| XYZ | 13.44 | 6.78 | 62.89 | - |
| YUV | 59.59 | 214.01 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 212 | 0.83 | 0.80 | 0 | 0.17 | 237.95 | 0.71 | 0.49 |
| Hex | 24 | 2A | D4 | 53 | 50 | 0 | 11 | EE | 47 | 31 |
| Octal | 44 | 52 | 324 | 123 | 120 | 0 | 21 | 356 | 107 | 61 |
| Binary | 100100 | 101010 | 11010100 | 1010011 | 1010000 | 0 | 10001 | 11101110 | 1000111 | 110001 |
Color Harmonies of #242AD4
Complementary color
Monochromatic Colors of #242AD4
Black with #242AD4
Text Example
Text Example
White with #242AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AD4; }
p { color: rgb(36,42,212); }
H1.HeaderClassName
{
color: #242AD4;
}
.AnyTagClassName
{
color: #242AD4;
}
</style>
background-color css
<style>
a { background-color: #242AD4; }
a { background-color: rgb(36,42,212); }
div.DivClassName
{
background-color: #242AD4;
}
.BgClassName
{
background-color: #242AD4;
}
</style>
border-color css
<style>
span { border-color: #242AD4; }
span { border-color: rgb(36,42,212); }
td.TdClassName
{
border-color: #242AD4;
}
.TagClassName
{
border-color: #242AD4;
}
</style>