Shades of Dark Slate Blue #3A369F
Tints of Dark Slate Blue #3A369F
RGB
CMYK
RGB Variations
Color information
#3A369F (or 0x3A369F) is known color: Dark Slate Blue. HEX triplet: 3A, 36 and 9F. RGB value is (58,54,159). Sum of RGB (Red+Green+Blue) = 58+54+159=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A369F is #C5C960. Grayscale: #424242. Windows color (decimal): -12962145 or 10434106. OLE color: 10434106.
HSL color Cylindrical-coordinate representation of color #3A369F: hue angle of 242.29º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A369F is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 54 | 159 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.38 |
| HSL | 242.29º | 0.49% | 0.42% | - |
| HSV(B) | 242.29º | 0.66% | 0.62% | - |
| XYZ | 9.32 | 6.04 | 33.48 | - |
| YUV | 67.17 | 179.83 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 159 | 0.64 | 0.66 | 0 | 0.38 | 242.29 | 0.49 | 0.42 |
| Hex | 3A | 36 | 9F | 40 | 42 | 0 | 26 | F2 | 31 | 2A |
| Octal | 72 | 66 | 237 | 100 | 102 | 0 | 46 | 362 | 61 | 52 |
| Binary | 111010 | 110110 | 10011111 | 1000000 | 1000010 | 0 | 100110 | 11110010 | 110001 | 101010 |
Color Harmonies of #3A369F
Complementary color
Monochromatic Colors of #3A369F
Black with #3A369F
Text Example
Text Example
White with #3A369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A369F; }
p { color: rgb(58,54,159); }
H1.HeaderClassName
{
color: #3A369F;
}
.AnyTagClassName
{
color: #3A369F;
}
</style>
background-color css
<style>
a { background-color: #3A369F; }
a { background-color: rgb(58,54,159); }
div.DivClassName
{
background-color: #3A369F;
}
.BgClassName
{
background-color: #3A369F;
}
</style>
border-color css
<style>
span { border-color: #3A369F; }
span { border-color: rgb(58,54,159); }
td.TdClassName
{
border-color: #3A369F;
}
.TagClassName
{
border-color: #3A369F;
}
</style>