Shades of Dark Slate Blue #30229B
Tints of Dark Slate Blue #30229B
RGB
CMYK
RGB Variations
Color information
#30229B (or 0x30229B) is known color: Dark Slate Blue. HEX triplet: 30, 22 and 9B. RGB value is (48,34,155). Sum of RGB (Red+Green+Blue) = 48+34+155=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #30229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30229B is #CFDD64. Grayscale: #333333. Windows color (decimal): -13622629 or 10166832. OLE color: 10166832.
HSL color Cylindrical-coordinate representation of color #30229B: hue angle of 246.94º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30229B is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 34 | 155 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.39 |
| HSL | 246.94º | 0.64% | 0.37% | - |
| HSV(B) | 246.94º | 0.78% | 0.61% | - |
| XYZ | 7.71 | 4.14 | 31.4 | - |
| YUV | 51.98 | 186.14 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 155 | 0.69 | 0.78 | 0 | 0.39 | 246.94 | 0.64 | 0.37 |
| Hex | 30 | 22 | 9B | 45 | 4E | 0 | 27 | F7 | 40 | 25 |
| Octal | 60 | 42 | 233 | 105 | 116 | 0 | 47 | 367 | 100 | 45 |
| Binary | 110000 | 100010 | 10011011 | 1000101 | 1001110 | 0 | 100111 | 11110111 | 1000000 | 100101 |
Color Harmonies of #30229B
Complementary color
Monochromatic Colors of #30229B
Black with #30229B
Text Example
Text Example
White with #30229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30229B; }
p { color: rgb(48,34,155); }
H1.HeaderClassName
{
color: #30229B;
}
.AnyTagClassName
{
color: #30229B;
}
</style>
background-color css
<style>
a { background-color: #30229B; }
a { background-color: rgb(48,34,155); }
div.DivClassName
{
background-color: #30229B;
}
.BgClassName
{
background-color: #30229B;
}
</style>
border-color css
<style>
span { border-color: #30229B; }
span { border-color: rgb(48,34,155); }
td.TdClassName
{
border-color: #30229B;
}
.TagClassName
{
border-color: #30229B;
}
</style>