Shades of Dark Slate Blue #332DA6
Tints of Dark Slate Blue #332DA6
RGB
CMYK
RGB Variations
Color information
#332DA6 (or 0x332DA6) is known color: Dark Slate Blue. HEX triplet: 33, 2D and A6. RGB value is (51,45,166). Sum of RGB (Red+Green+Blue) = 51+45+166=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 166 (65.23% from 255 or 63.36% from 262); Max value from RGB is 166 - color contains mainly: blue. Hex color #332DA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332DA6 is #CCD259. Grayscale: #3C3C3C. Windows color (decimal): -13423194 or 10890547. OLE color: 10890547.
HSL color Cylindrical-coordinate representation of color #332DA6: hue angle of 242.98º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #332DA6 is Cyan = 0.69, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 45 | 166 | - |
| CMYK | 0.69 | 0.73 | 0 | 0.35 |
| HSL | 242.98º | 0.57% | 0.41% | - |
| HSV(B) | 242.98º | 0.73% | 0.65% | - |
| XYZ | 9.19 | 5.33 | 36.62 | - |
| YUV | 60.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 166 | 0.69 | 0.73 | 0 | 0.35 | 242.98 | 0.57 | 0.41 |
| Hex | 33 | 2D | A6 | 45 | 49 | 0 | 23 | F3 | 39 | 29 |
| Octal | 63 | 55 | 246 | 105 | 111 | 0 | 43 | 363 | 71 | 51 |
| Binary | 110011 | 101101 | 10100110 | 1000101 | 1001001 | 0 | 100011 | 11110011 | 111001 | 101001 |
Color Harmonies of #332DA6
Complementary color
Monochromatic Colors of #332DA6
Black with #332DA6
Text Example
Text Example
White with #332DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332DA6; }
p { color: rgb(51,45,166); }
H1.HeaderClassName
{
color: #332DA6;
}
.AnyTagClassName
{
color: #332DA6;
}
</style>
background-color css
<style>
a { background-color: #332DA6; }
a { background-color: rgb(51,45,166); }
div.DivClassName
{
background-color: #332DA6;
}
.BgClassName
{
background-color: #332DA6;
}
</style>
border-color css
<style>
span { border-color: #332DA6; }
span { border-color: rgb(51,45,166); }
td.TdClassName
{
border-color: #332DA6;
}
.TagClassName
{
border-color: #332DA6;
}
</style>