Shades of Dark Slate Blue #3D3998
Tints of Dark Slate Blue #3D3998
RGB
CMYK
RGB Variations
Color information
#3D3998 (or 0x3D3998) is known color: Dark Slate Blue. HEX triplet: 3D, 39 and 98. RGB value is (61,57,152). Sum of RGB (Red+Green+Blue) = 61+57+152=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D3998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3998 is #C2C667. Grayscale: #444444. Windows color (decimal): -12764776 or 9976125. OLE color: 9976125.
HSL color Cylindrical-coordinate representation of color #3D3998: hue angle of 242.53º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D3998 is Cyan = 0.60, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 57 | 152 | - |
| CMYK | 0.60 | 0.62 | 0 | 0.40 |
| HSL | 242.53º | 0.45% | 0.41% | - |
| HSV(B) | 242.53º | 0.63% | 0.6% | - |
| XYZ | 9.06 | 6.19 | 30.42 | - |
| YUV | 69.03 | 174.83 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 152 | 0.60 | 0.62 | 0 | 0.40 | 242.53 | 0.45 | 0.41 |
| Hex | 3D | 39 | 98 | 3C | 3E | 0 | 28 | F3 | 2D | 29 |
| Octal | 75 | 71 | 230 | 74 | 76 | 0 | 50 | 363 | 55 | 51 |
| Binary | 111101 | 111001 | 10011000 | 111100 | 111110 | 0 | 101000 | 11110011 | 101101 | 101001 |
Color Harmonies of #3D3998
Complementary color
Monochromatic Colors of #3D3998
Black with #3D3998
Text Example
Text Example
White with #3D3998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3998; }
p { color: rgb(61,57,152); }
H1.HeaderClassName
{
color: #3D3998;
}
.AnyTagClassName
{
color: #3D3998;
}
</style>
background-color css
<style>
a { background-color: #3D3998; }
a { background-color: rgb(61,57,152); }
div.DivClassName
{
background-color: #3D3998;
}
.BgClassName
{
background-color: #3D3998;
}
</style>
border-color css
<style>
span { border-color: #3D3998; }
span { border-color: rgb(61,57,152); }
td.TdClassName
{
border-color: #3D3998;
}
.TagClassName
{
border-color: #3D3998;
}
</style>