Shades of Dark Slate Blue #3D369F
Tints of Dark Slate Blue #3D369F
RGB
CMYK
RGB Variations
Color information
#3D369F (or 0x3D369F) is known color: Dark Slate Blue. HEX triplet: 3D, 36 and 9F. RGB value is (61,54,159). Sum of RGB (Red+Green+Blue) = 61+54+159=274 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.26% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D369F is #C2C960. Grayscale: #434343. Windows color (decimal): -12765537 or 10434109. OLE color: 10434109.
HSL color Cylindrical-coordinate representation of color #3D369F: hue angle of 244º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D369F is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 54 | 159 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.38 |
| HSL | 244º | 0.49% | 0.42% | - |
| HSV(B) | 244º | 0.66% | 0.62% | - |
| XYZ | 9.5 | 6.13 | 33.48 | - |
| YUV | 68.06 | 179.32 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 159 | 0.62 | 0.66 | 0 | 0.38 | 244 | 0.49 | 0.42 |
| Hex | 3D | 36 | 9F | 3E | 42 | 0 | 26 | F4 | 31 | 2A |
| Octal | 75 | 66 | 237 | 76 | 102 | 0 | 46 | 364 | 61 | 52 |
| Binary | 111101 | 110110 | 10011111 | 111110 | 1000010 | 0 | 100110 | 11110100 | 110001 | 101010 |
Color Harmonies of #3D369F
Complementary color
Monochromatic Colors of #3D369F
Black with #3D369F
Text Example
Text Example
White with #3D369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D369F; }
p { color: rgb(61,54,159); }
H1.HeaderClassName
{
color: #3D369F;
}
.AnyTagClassName
{
color: #3D369F;
}
</style>
background-color css
<style>
a { background-color: #3D369F; }
a { background-color: rgb(61,54,159); }
div.DivClassName
{
background-color: #3D369F;
}
.BgClassName
{
background-color: #3D369F;
}
</style>
border-color css
<style>
span { border-color: #3D369F; }
span { border-color: rgb(61,54,159); }
td.TdClassName
{
border-color: #3D369F;
}
.TagClassName
{
border-color: #3D369F;
}
</style>