Shades of Dark Slate Blue #3D3FA4
Tints of Dark Slate Blue #3D3FA4
RGB
CMYK
RGB Variations
Color information
#3D3FA4 (or 0x3D3FA4) is known color: Dark Slate Blue. HEX triplet: 3D, 3F and A4. RGB value is (61,63,164). Sum of RGB (Red+Green+Blue) = 61+63+164=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 63 (25% from 255 or 21.88% from 288); Blue value is 164 (64.45% from 255 or 56.94% from 288); Max value from RGB is 164 - color contains mainly: blue. Hex color #3D3FA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3FA4 is #C2C05B. Grayscale: #494949. Windows color (decimal): -12763228 or 10764093. OLE color: 10764093.
HSL color Cylindrical-coordinate representation of color #3D3FA4: hue angle of 238.83º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D3FA4 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 61 | 63 | 164 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.36 |
| HSL | 238.83º | 0.46% | 0.44% | - |
| HSV(B) | 238.83º | 0.63% | 0.64% | - |
| XYZ | 10.4 | 7.23 | 35.97 | - |
| YUV | 73.92 | 178.84 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 63 | 164 | 0.63 | 0.62 | 0 | 0.36 | 238.83 | 0.46 | 0.44 |
| Hex | 3D | 3F | A4 | 3F | 3E | 0 | 24 | EF | 2E | 2C |
| Octal | 75 | 77 | 244 | 77 | 76 | 0 | 44 | 357 | 56 | 54 |
| Binary | 111101 | 111111 | 10100100 | 111111 | 111110 | 0 | 100100 | 11101111 | 101110 | 101100 |
Color Harmonies of #3D3FA4
Complementary color
Monochromatic Colors of #3D3FA4
Black with #3D3FA4
Text Example
Text Example
White with #3D3FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3FA4; }
p { color: rgb(61,63,164); }
H1.HeaderClassName
{
color: #3D3FA4;
}
.AnyTagClassName
{
color: #3D3FA4;
}
</style>
background-color css
<style>
a { background-color: #3D3FA4; }
a { background-color: rgb(61,63,164); }
div.DivClassName
{
background-color: #3D3FA4;
}
.BgClassName
{
background-color: #3D3FA4;
}
</style>
border-color css
<style>
span { border-color: #3D3FA4; }
span { border-color: rgb(61,63,164); }
td.TdClassName
{
border-color: #3D3FA4;
}
.TagClassName
{
border-color: #3D3FA4;
}
</style>