Shades of Dark Slate Blue #332D9E
Tints of Dark Slate Blue #332D9E
RGB
CMYK
RGB Variations
Color information
#332D9E (or 0x332D9E) is known color: Dark Slate Blue. HEX triplet: 33, 2D and 9E. RGB value is (51,45,158). Sum of RGB (Red+Green+Blue) = 51+45+158=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #332D9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332D9E is #CCD261. Grayscale: #3B3B3B. Windows color (decimal): -13423202 or 10366259. OLE color: 10366259.
HSL color Cylindrical-coordinate representation of color #332D9E: hue angle of 243.19º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #332D9E is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 45 | 158 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.38 |
| HSL | 243.19º | 0.56% | 0.4% | - |
| HSV(B) | 243.19º | 0.72% | 0.62% | - |
| XYZ | 8.48 | 5.05 | 32.88 | - |
| YUV | 59.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 158 | 0.68 | 0.72 | 0 | 0.38 | 243.19 | 0.56 | 0.4 |
| Hex | 33 | 2D | 9E | 44 | 48 | 0 | 26 | F3 | 38 | 28 |
| Octal | 63 | 55 | 236 | 104 | 110 | 0 | 46 | 363 | 70 | 50 |
| Binary | 110011 | 101101 | 10011110 | 1000100 | 1001000 | 0 | 100110 | 11110011 | 111000 | 101000 |
Color Harmonies of #332D9E
Complementary color
Monochromatic Colors of #332D9E
Black with #332D9E
Text Example
Text Example
White with #332D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D9E; }
p { color: rgb(51,45,158); }
H1.HeaderClassName
{
color: #332D9E;
}
.AnyTagClassName
{
color: #332D9E;
}
</style>
background-color css
<style>
a { background-color: #332D9E; }
a { background-color: rgb(51,45,158); }
div.DivClassName
{
background-color: #332D9E;
}
.BgClassName
{
background-color: #332D9E;
}
</style>
border-color css
<style>
span { border-color: #332D9E; }
span { border-color: rgb(51,45,158); }
td.TdClassName
{
border-color: #332D9E;
}
.TagClassName
{
border-color: #332D9E;
}
</style>