Shades of Dark Slate Blue #332FA0
Tints of Dark Slate Blue #332FA0
RGB
CMYK
RGB Variations
Color information
#332FA0 (or 0x332FA0) is known color: Dark Slate Blue. HEX triplet: 33, 2F and A0. RGB value is (51,47,160). Sum of RGB (Red+Green+Blue) = 51+47+160=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #332FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332FA0 is #CCD05F. Grayscale: #3C3C3C. Windows color (decimal): -13422688 or 10497843. OLE color: 10497843.
HSL color Cylindrical-coordinate representation of color #332FA0: hue angle of 242.12º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #332FA0 is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 47 | 160 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.37 |
| HSL | 242.12º | 0.55% | 0.41% | - |
| HSV(B) | 242.12º | 0.71% | 0.63% | - |
| XYZ | 8.73 | 5.27 | 33.82 | - |
| YUV | 61.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 47 | 160 | 0.68 | 0.71 | 0 | 0.37 | 242.12 | 0.55 | 0.41 |
| Hex | 33 | 2F | A0 | 44 | 47 | 0 | 25 | F2 | 37 | 29 |
| Octal | 63 | 57 | 240 | 104 | 107 | 0 | 45 | 362 | 67 | 51 |
| Binary | 110011 | 101111 | 10100000 | 1000100 | 1000111 | 0 | 100101 | 11110010 | 110111 | 101001 |
Color Harmonies of #332FA0
Complementary color
Monochromatic Colors of #332FA0
Black with #332FA0
Text Example
Text Example
White with #332FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332FA0; }
p { color: rgb(51,47,160); }
H1.HeaderClassName
{
color: #332FA0;
}
.AnyTagClassName
{
color: #332FA0;
}
</style>
background-color css
<style>
a { background-color: #332FA0; }
a { background-color: rgb(51,47,160); }
div.DivClassName
{
background-color: #332FA0;
}
.BgClassName
{
background-color: #332FA0;
}
</style>
border-color css
<style>
span { border-color: #332FA0; }
span { border-color: rgb(51,47,160); }
td.TdClassName
{
border-color: #332FA0;
}
.TagClassName
{
border-color: #332FA0;
}
</style>