Shades of Dark Slate Blue #3D339B
Tints of Dark Slate Blue #3D339B
RGB
CMYK
RGB Variations
Color information
#3D339B (or 0x3D339B) is known color: Dark Slate Blue. HEX triplet: 3D, 33 and 9B. RGB value is (61,51,155). Sum of RGB (Red+Green+Blue) = 61+51+155=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D339B is #C2CC64. Grayscale: #414141. Windows color (decimal): -12766309 or 10171197. OLE color: 10171197.
HSL color Cylindrical-coordinate representation of color #3D339B: hue angle of 245.77º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D339B is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 61 | 51 | 155 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.39 |
| HSL | 245.77º | 0.5% | 0.4% | - |
| HSV(B) | 245.77º | 0.67% | 0.61% | - |
| XYZ | 9.02 | 5.73 | 31.64 | - |
| YUV | 65.85 | 178.31 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 155 | 0.61 | 0.67 | 0 | 0.39 | 245.77 | 0.5 | 0.4 |
| Hex | 3D | 33 | 9B | 3D | 43 | 0 | 27 | F6 | 32 | 28 |
| Octal | 75 | 63 | 233 | 75 | 103 | 0 | 47 | 366 | 62 | 50 |
| Binary | 111101 | 110011 | 10011011 | 111101 | 1000011 | 0 | 100111 | 11110110 | 110010 | 101000 |
Color Harmonies of #3D339B
Complementary color
Monochromatic Colors of #3D339B
Black with #3D339B
Text Example
Text Example
White with #3D339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D339B; }
p { color: rgb(61,51,155); }
H1.HeaderClassName
{
color: #3D339B;
}
.AnyTagClassName
{
color: #3D339B;
}
</style>
background-color css
<style>
a { background-color: #3D339B; }
a { background-color: rgb(61,51,155); }
div.DivClassName
{
background-color: #3D339B;
}
.BgClassName
{
background-color: #3D339B;
}
</style>
border-color css
<style>
span { border-color: #3D339B; }
span { border-color: rgb(61,51,155); }
td.TdClassName
{
border-color: #3D339B;
}
.TagClassName
{
border-color: #3D339B;
}
</style>