Shades of Dark Slate Blue #30359D
Tints of Dark Slate Blue #30359D
RGB
CMYK
RGB Variations
Color information
#30359D (or 0x30359D) is known color: Dark Slate Blue. HEX triplet: 30, 35 and 9D. RGB value is (48,53,157). Sum of RGB (Red+Green+Blue) = 48+53+157=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #30359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30359D is #CFCA62. Grayscale: #3E3E3E. Windows color (decimal): -13617763 or 10302768. OLE color: 10302768.
HSL color Cylindrical-coordinate representation of color #30359D: hue angle of 237.25º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30359D is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 48 | 53 | 157 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.38 |
| HSL | 237.25º | 0.53% | 0.4% | - |
| HSV(B) | 237.25º | 0.69% | 0.62% | - |
| XYZ | 8.58 | 5.61 | 32.53 | - |
| YUV | 63.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 53 | 157 | 0.69 | 0.66 | 0 | 0.38 | 237.25 | 0.53 | 0.4 |
| Hex | 30 | 35 | 9D | 45 | 42 | 0 | 26 | ED | 35 | 28 |
| Octal | 60 | 65 | 235 | 105 | 102 | 0 | 46 | 355 | 65 | 50 |
| Binary | 110000 | 110101 | 10011101 | 1000101 | 1000010 | 0 | 100110 | 11101101 | 110101 | 101000 |
Color Harmonies of #30359D
Complementary color
Monochromatic Colors of #30359D
Black with #30359D
Text Example
Text Example
White with #30359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30359D; }
p { color: rgb(48,53,157); }
H1.HeaderClassName
{
color: #30359D;
}
.AnyTagClassName
{
color: #30359D;
}
</style>
background-color css
<style>
a { background-color: #30359D; }
a { background-color: rgb(48,53,157); }
div.DivClassName
{
background-color: #30359D;
}
.BgClassName
{
background-color: #30359D;
}
</style>
border-color css
<style>
span { border-color: #30359D; }
span { border-color: rgb(48,53,157); }
td.TdClassName
{
border-color: #30359D;
}
.TagClassName
{
border-color: #30359D;
}
</style>