Shades of Dark Slate Blue #33379C
Tints of Dark Slate Blue #33379C
RGB
CMYK
RGB Variations
Color information
#33379C (or 0x33379C) is known color: Dark Slate Blue. HEX triplet: 33, 37 and 9C. RGB value is (51,55,156). Sum of RGB (Red+Green+Blue) = 51+55+156=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #33379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33379C is #CCC863. Grayscale: #404040. Windows color (decimal): -13420644 or 10237747. OLE color: 10237747.
HSL color Cylindrical-coordinate representation of color #33379C: hue angle of 237.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33379C is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 55 | 156 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.39 |
| HSL | 237.71º | 0.51% | 0.41% | - |
| HSV(B) | 237.71º | 0.67% | 0.61% | - |
| XYZ | 8.73 | 5.84 | 32.12 | - |
| YUV | 65.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 55 | 156 | 0.67 | 0.65 | 0 | 0.39 | 237.71 | 0.51 | 0.41 |
| Hex | 33 | 37 | 9C | 43 | 41 | 0 | 27 | EE | 33 | 29 |
| Octal | 63 | 67 | 234 | 103 | 101 | 0 | 47 | 356 | 63 | 51 |
| Binary | 110011 | 110111 | 10011100 | 1000011 | 1000001 | 0 | 100111 | 11101110 | 110011 | 101001 |
Color Harmonies of #33379C
Complementary color
Monochromatic Colors of #33379C
Black with #33379C
Text Example
Text Example
White with #33379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33379C; }
p { color: rgb(51,55,156); }
H1.HeaderClassName
{
color: #33379C;
}
.AnyTagClassName
{
color: #33379C;
}
</style>
background-color css
<style>
a { background-color: #33379C; }
a { background-color: rgb(51,55,156); }
div.DivClassName
{
background-color: #33379C;
}
.BgClassName
{
background-color: #33379C;
}
</style>
border-color css
<style>
span { border-color: #33379C; }
span { border-color: rgb(51,55,156); }
td.TdClassName
{
border-color: #33379C;
}
.TagClassName
{
border-color: #33379C;
}
</style>