Shades of Persian Blue #242AD6
Tints of Persian Blue #242AD6
RGB
CMYK
RGB Variations
Color information
#242AD6 (or 0x242AD6) is known color: Persian Blue. HEX triplet: 24, 2A and D6. RGB value is (36,42,214). Sum of RGB (Red+Green+Blue) = 36+42+214=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 214 (83.98% from 255 or 73.29% from 292); Max value from RGB is 214 - color contains mainly: blue. Hex color #242AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #242AD6 is #DBD529. Grayscale: #3B3B3B. Windows color (decimal): -14406954 or 14035492. OLE color: 14035492.
HSL color Cylindrical-coordinate representation of color #242AD6: hue angle of 237.98º 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 #242AD6 is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 36 | 42 | 214 | - |
| CMYK | 0.83 | 0.80 | 0 | 0.16 |
| HSL | 237.98º | 0.71% | 0.49% | - |
| HSV(B) | 237.98º | 0.83% | 0.84% | - |
| XYZ | 13.69 | 6.89 | 64.23 | - |
| YUV | 59.81 | 215.01 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 214 | 0.83 | 0.80 | 0 | 0.16 | 237.98 | 0.71 | 0.49 |
| Hex | 24 | 2A | D6 | 53 | 50 | 0 | 10 | EE | 47 | 31 |
| Octal | 44 | 52 | 326 | 123 | 120 | 0 | 20 | 356 | 107 | 61 |
| Binary | 100100 | 101010 | 11010110 | 1010011 | 1010000 | 0 | 10000 | 11101110 | 1000111 | 110001 |
Color Harmonies of #242AD6
Complementary color
Monochromatic Colors of #242AD6
Black with #242AD6
Text Example
Text Example
White with #242AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242AD6; }
p { color: rgb(36,42,214); }
H1.HeaderClassName
{
color: #242AD6;
}
.AnyTagClassName
{
color: #242AD6;
}
</style>
background-color css
<style>
a { background-color: #242AD6; }
a { background-color: rgb(36,42,214); }
div.DivClassName
{
background-color: #242AD6;
}
.BgClassName
{
background-color: #242AD6;
}
</style>
border-color css
<style>
span { border-color: #242AD6; }
span { border-color: rgb(36,42,214); }
td.TdClassName
{
border-color: #242AD6;
}
.TagClassName
{
border-color: #242AD6;
}
</style>