Shades of Dark Slate Blue #332D90
Tints of Dark Slate Blue #332D90
RGB
CMYK
RGB Variations
Color information
#332D90 (or 0x332D90) is known color: Dark Slate Blue. HEX triplet: 33, 2D and 90. RGB value is (51,45,144). Sum of RGB (Red+Green+Blue) = 51+45+144=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #332D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332D90 is #CCD26F. Grayscale: #393939. Windows color (decimal): -13423216 or 9448755. OLE color: 9448755.
HSL color Cylindrical-coordinate representation of color #332D90: hue angle of 243.64º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332D90 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 45 | 144 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.44 |
| HSL | 243.64º | 0.52% | 0.37% | - |
| HSV(B) | 243.64º | 0.69% | 0.56% | - |
| XYZ | 7.34 | 4.59 | 26.89 | - |
| YUV | 58.08 | 176.49 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 144 | 0.65 | 0.69 | 0 | 0.44 | 243.64 | 0.52 | 0.37 |
| Hex | 33 | 2D | 90 | 41 | 45 | 0 | 2C | F4 | 34 | 25 |
| Octal | 63 | 55 | 220 | 101 | 105 | 0 | 54 | 364 | 64 | 45 |
| Binary | 110011 | 101101 | 10010000 | 1000001 | 1000101 | 0 | 101100 | 11110100 | 110100 | 100101 |
Color Harmonies of #332D90
Complementary color
Monochromatic Colors of #332D90
Black with #332D90
Text Example
Text Example
White with #332D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332D90; }
p { color: rgb(51,45,144); }
H1.HeaderClassName
{
color: #332D90;
}
.AnyTagClassName
{
color: #332D90;
}
</style>
background-color css
<style>
a { background-color: #332D90; }
a { background-color: rgb(51,45,144); }
div.DivClassName
{
background-color: #332D90;
}
.BgClassName
{
background-color: #332D90;
}
</style>
border-color css
<style>
span { border-color: #332D90; }
span { border-color: rgb(51,45,144); }
td.TdClassName
{
border-color: #332D90;
}
.TagClassName
{
border-color: #332D90;
}
</style>