Shades of Dark Slate Blue #3B4095
Tints of Dark Slate Blue #3B4095
RGB
CMYK
RGB Variations
Color information
#3B4095 (or 0x3B4095) is known color: Dark Slate Blue. HEX triplet: 3B, 40 and 95. RGB value is (59,64,149). Sum of RGB (Red+Green+Blue) = 59+64+149=272 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.69% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B4095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4095 is #C4BF6A. Grayscale: #474747. Windows color (decimal): -12894059 or 9781307. OLE color: 9781307.
HSL color Cylindrical-coordinate representation of color #3B4095: hue angle of 236.67º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B4095 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 64 | 149 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.42 |
| HSL | 236.67º | 0.43% | 0.41% | - |
| HSV(B) | 236.67º | 0.6% | 0.58% | - |
| XYZ | 9.06 | 6.77 | 29.26 | - |
| YUV | 72.2 | 171.34 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 64 | 149 | 0.60 | 0.57 | 0 | 0.42 | 236.67 | 0.43 | 0.41 |
| Hex | 3B | 40 | 95 | 3C | 39 | 0 | 2A | ED | 2B | 29 |
| Octal | 73 | 100 | 225 | 74 | 71 | 0 | 52 | 355 | 53 | 51 |
| Binary | 111011 | 1000000 | 10010101 | 111100 | 111001 | 0 | 101010 | 11101101 | 101011 | 101001 |
Color Harmonies of #3B4095
Complementary color
Monochromatic Colors of #3B4095
Black with #3B4095
Text Example
Text Example
White with #3B4095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4095; }
p { color: rgb(59,64,149); }
H1.HeaderClassName
{
color: #3B4095;
}
.AnyTagClassName
{
color: #3B4095;
}
</style>
background-color css
<style>
a { background-color: #3B4095; }
a { background-color: rgb(59,64,149); }
div.DivClassName
{
background-color: #3B4095;
}
.BgClassName
{
background-color: #3B4095;
}
</style>
border-color css
<style>
span { border-color: #3B4095; }
span { border-color: rgb(59,64,149); }
td.TdClassName
{
border-color: #3B4095;
}
.TagClassName
{
border-color: #3B4095;
}
</style>