Shades of Dark Slate Blue #3A369B
Tints of Dark Slate Blue #3A369B
RGB
CMYK
RGB Variations
Color information
#3A369B (or 0x3A369B) is known color: Dark Slate Blue. HEX triplet: 3A, 36 and 9B. RGB value is (58,54,155). Sum of RGB (Red+Green+Blue) = 58+54+155=267 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.72% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A369B is #C5C964. Grayscale: #424242. Windows color (decimal): -12962149 or 10171962. OLE color: 10171962.
HSL color Cylindrical-coordinate representation of color #3A369B: hue angle of 242.38º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A369B is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 54 | 155 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.39 |
| HSL | 242.38º | 0.48% | 0.41% | - |
| HSV(B) | 242.38º | 0.65% | 0.61% | - |
| XYZ | 8.98 | 5.9 | 31.68 | - |
| YUV | 66.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 155 | 0.63 | 0.65 | 0 | 0.39 | 242.38 | 0.48 | 0.41 |
| Hex | 3A | 36 | 9B | 3F | 41 | 0 | 27 | F2 | 30 | 29 |
| Octal | 72 | 66 | 233 | 77 | 101 | 0 | 47 | 362 | 60 | 51 |
| Binary | 111010 | 110110 | 10011011 | 111111 | 1000001 | 0 | 100111 | 11110010 | 110000 | 101001 |
Color Harmonies of #3A369B
Complementary color
Monochromatic Colors of #3A369B
Black with #3A369B
Text Example
Text Example
White with #3A369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A369B; }
p { color: rgb(58,54,155); }
H1.HeaderClassName
{
color: #3A369B;
}
.AnyTagClassName
{
color: #3A369B;
}
</style>
background-color css
<style>
a { background-color: #3A369B; }
a { background-color: rgb(58,54,155); }
div.DivClassName
{
background-color: #3A369B;
}
.BgClassName
{
background-color: #3A369B;
}
</style>
border-color css
<style>
span { border-color: #3A369B; }
span { border-color: rgb(58,54,155); }
td.TdClassName
{
border-color: #3A369B;
}
.TagClassName
{
border-color: #3A369B;
}
</style>