Shades of Dark Slate Blue #3024A4
Tints of Dark Slate Blue #3024A4
RGB
CMYK
RGB Variations
Color information
#3024A4 (or 0x3024A4) is known color: Dark Slate Blue. HEX triplet: 30, 24 and A4. RGB value is (48,36,164). Sum of RGB (Red+Green+Blue) = 48+36+164=248 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.35% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 164 (64.45% from 255 or 66.13% from 248); Max value from RGB is 164 - color contains mainly: blue. Hex color #3024A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3024A4 is #CFDB5B. Grayscale: #353535. Windows color (decimal): -13622108 or 10757168. OLE color: 10757168.
HSL color Cylindrical-coordinate representation of color #3024A4: hue angle of 245.62º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3024A4 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 48 | 36 | 164 | - |
| CMYK | 0.71 | 0.78 | 0 | 0.36 |
| HSL | 245.63º | 0.64% | 0.39% | - |
| HSV(B) | 245.63º | 0.78% | 0.64% | - |
| XYZ | 8.55 | 4.57 | 35.55 | - |
| YUV | 54.18 | 189.98 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 164 | 0.71 | 0.78 | 0 | 0.36 | 245.63 | 0.64 | 0.39 |
| Hex | 30 | 24 | A4 | 47 | 4E | 0 | 24 | F6 | 40 | 27 |
| Octal | 60 | 44 | 244 | 107 | 116 | 0 | 44 | 366 | 100 | 47 |
| Binary | 110000 | 100100 | 10100100 | 1000111 | 1001110 | 0 | 100100 | 11110110 | 1000000 | 100111 |
Color Harmonies of #3024A4
Complementary color
Monochromatic Colors of #3024A4
Black with #3024A4
Text Example
Text Example
White with #3024A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3024A4; }
p { color: rgb(48,36,164); }
H1.HeaderClassName
{
color: #3024A4;
}
.AnyTagClassName
{
color: #3024A4;
}
</style>
background-color css
<style>
a { background-color: #3024A4; }
a { background-color: rgb(48,36,164); }
div.DivClassName
{
background-color: #3024A4;
}
.BgClassName
{
background-color: #3024A4;
}
</style>
border-color css
<style>
span { border-color: #3024A4; }
span { border-color: rgb(48,36,164); }
td.TdClassName
{
border-color: #3024A4;
}
.TagClassName
{
border-color: #3024A4;
}
</style>