Shades of Dark Slate Blue #30339C
Tints of Dark Slate Blue #30339C
RGB
CMYK
RGB Variations
Color information
#30339C (or 0x30339C) is known color: Dark Slate Blue. HEX triplet: 30, 33 and 9C. RGB value is (48,51,156). Sum of RGB (Red+Green+Blue) = 48+51+156=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 156 (61.33% from 255 or 61.18% from 255); Max value from RGB is 156 - color contains mainly: blue. Hex color #30339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30339C is #CFCC63. Grayscale: #3D3D3D. Windows color (decimal): -13618276 or 10236720. OLE color: 10236720.
HSL color Cylindrical-coordinate representation of color #30339C: hue angle of 238.33º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30339C is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 48 | 51 | 156 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.39 |
| HSL | 238.33º | 0.53% | 0.4% | - |
| HSV(B) | 238.33º | 0.69% | 0.61% | - |
| XYZ | 8.4 | 5.4 | 32.05 | - |
| YUV | 62.07 | 181.01 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 156 | 0.69 | 0.67 | 0 | 0.39 | 238.33 | 0.53 | 0.4 |
| Hex | 30 | 33 | 9C | 45 | 43 | 0 | 27 | EE | 35 | 28 |
| Octal | 60 | 63 | 234 | 105 | 103 | 0 | 47 | 356 | 65 | 50 |
| Binary | 110000 | 110011 | 10011100 | 1000101 | 1000011 | 0 | 100111 | 11101110 | 110101 | 101000 |
Color Harmonies of #30339C
Complementary color
Monochromatic Colors of #30339C
Black with #30339C
Text Example
Text Example
White with #30339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30339C; }
p { color: rgb(48,51,156); }
H1.HeaderClassName
{
color: #30339C;
}
.AnyTagClassName
{
color: #30339C;
}
</style>
background-color css
<style>
a { background-color: #30339C; }
a { background-color: rgb(48,51,156); }
div.DivClassName
{
background-color: #30339C;
}
.BgClassName
{
background-color: #30339C;
}
</style>
border-color css
<style>
span { border-color: #30339C; }
span { border-color: rgb(48,51,156); }
td.TdClassName
{
border-color: #30339C;
}
.TagClassName
{
border-color: #30339C;
}
</style>