Shades of Dark Slate Blue #30249C
Tints of Dark Slate Blue #30249C
RGB
CMYK
RGB Variations
Color information
#30249C (or 0x30249C) is known color: Dark Slate Blue. HEX triplet: 30, 24 and 9C. RGB value is (48,36,156). Sum of RGB (Red+Green+Blue) = 48+36+156=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 156 (61.33% from 255 or 65% from 240); Max value from RGB is 156 - color contains mainly: blue. Hex color #30249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30249C is #CFDB63. Grayscale: #343434. Windows color (decimal): -13622116 or 10232880. OLE color: 10232880.
HSL color Cylindrical-coordinate representation of color #30249C: hue angle of 246º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30249C is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 36 | 156 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.39 |
| HSL | 246º | 0.63% | 0.38% | - |
| HSV(B) | 246º | 0.77% | 0.61% | - |
| XYZ | 7.85 | 4.29 | 31.87 | - |
| YUV | 53.27 | 185.98 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 156 | 0.69 | 0.77 | 0 | 0.39 | 246 | 0.63 | 0.38 |
| Hex | 30 | 24 | 9C | 45 | 4D | 0 | 27 | F6 | 3E | 26 |
| Octal | 60 | 44 | 234 | 105 | 115 | 0 | 47 | 366 | 76 | 46 |
| Binary | 110000 | 100100 | 10011100 | 1000101 | 1001101 | 0 | 100111 | 11110110 | 111110 | 100110 |
Color Harmonies of #30249C
Complementary color
Monochromatic Colors of #30249C
Black with #30249C
Text Example
Text Example
White with #30249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30249C; }
p { color: rgb(48,36,156); }
H1.HeaderClassName
{
color: #30249C;
}
.AnyTagClassName
{
color: #30249C;
}
</style>
background-color css
<style>
a { background-color: #30249C; }
a { background-color: rgb(48,36,156); }
div.DivClassName
{
background-color: #30249C;
}
.BgClassName
{
background-color: #30249C;
}
</style>
border-color css
<style>
span { border-color: #30249C; }
span { border-color: rgb(48,36,156); }
td.TdClassName
{
border-color: #30249C;
}
.TagClassName
{
border-color: #30249C;
}
</style>