Shades of Dark Slate Blue #3D3092
Tints of Dark Slate Blue #3D3092
RGB
CMYK
RGB Variations
Color information
#3D3092 (or 0x3D3092) is known color: Dark Slate Blue. HEX triplet: 3D, 30 and 92. RGB value is (61,48,146). Sum of RGB (Red+Green+Blue) = 61+48+146=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D3092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3092 is #C2CF6D. Grayscale: #3E3E3E. Windows color (decimal): -12767086 or 9580605. OLE color: 9580605.
HSL color Cylindrical-coordinate representation of color #3D3092: hue angle of 247.96º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D3092 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 48 | 146 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.43 |
| HSL | 247.96º | 0.51% | 0.38% | - |
| HSV(B) | 247.96º | 0.67% | 0.57% | - |
| XYZ | 8.17 | 5.18 | 27.76 | - |
| YUV | 63.06 | 174.81 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 146 | 0.58 | 0.67 | 0 | 0.43 | 247.96 | 0.51 | 0.38 |
| Hex | 3D | 30 | 92 | 3A | 43 | 0 | 2B | F8 | 33 | 26 |
| Octal | 75 | 60 | 222 | 72 | 103 | 0 | 53 | 370 | 63 | 46 |
| Binary | 111101 | 110000 | 10010010 | 111010 | 1000011 | 0 | 101011 | 11111000 | 110011 | 100110 |
Color Harmonies of #3D3092
Complementary color
Monochromatic Colors of #3D3092
Black with #3D3092
Text Example
Text Example
White with #3D3092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3092; }
p { color: rgb(61,48,146); }
H1.HeaderClassName
{
color: #3D3092;
}
.AnyTagClassName
{
color: #3D3092;
}
</style>
background-color css
<style>
a { background-color: #3D3092; }
a { background-color: rgb(61,48,146); }
div.DivClassName
{
background-color: #3D3092;
}
.BgClassName
{
background-color: #3D3092;
}
</style>
border-color css
<style>
span { border-color: #3D3092; }
span { border-color: rgb(61,48,146); }
td.TdClassName
{
border-color: #3D3092;
}
.TagClassName
{
border-color: #3D3092;
}
</style>