Shades of Dark Slate Blue #3A369D
Tints of Dark Slate Blue #3A369D
RGB
CMYK
RGB Variations
Color information
#3A369D (or 0x3A369D) is known color: Dark Slate Blue. HEX triplet: 3A, 36 and 9D. RGB value is (58,54,157). Sum of RGB (Red+Green+Blue) = 58+54+157=269 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.56% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A369D is #C5C962. Grayscale: #424242. Windows color (decimal): -12962147 or 10303034. OLE color: 10303034.
HSL color Cylindrical-coordinate representation of color #3A369D: hue angle of 242.33º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A369D is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 54 | 157 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.38 |
| HSL | 242.33º | 0.49% | 0.41% | - |
| HSV(B) | 242.33º | 0.66% | 0.62% | - |
| XYZ | 9.15 | 5.97 | 32.57 | - |
| YUV | 66.94 | 178.83 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 157 | 0.63 | 0.66 | 0 | 0.38 | 242.33 | 0.49 | 0.41 |
| Hex | 3A | 36 | 9D | 3F | 42 | 0 | 26 | F2 | 31 | 29 |
| Octal | 72 | 66 | 235 | 77 | 102 | 0 | 46 | 362 | 61 | 51 |
| Binary | 111010 | 110110 | 10011101 | 111111 | 1000010 | 0 | 100110 | 11110010 | 110001 | 101001 |
Color Harmonies of #3A369D
Complementary color
Monochromatic Colors of #3A369D
Black with #3A369D
Text Example
Text Example
White with #3A369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A369D; }
p { color: rgb(58,54,157); }
H1.HeaderClassName
{
color: #3A369D;
}
.AnyTagClassName
{
color: #3A369D;
}
</style>
background-color css
<style>
a { background-color: #3A369D; }
a { background-color: rgb(58,54,157); }
div.DivClassName
{
background-color: #3A369D;
}
.BgClassName
{
background-color: #3A369D;
}
</style>
border-color css
<style>
span { border-color: #3A369D; }
span { border-color: rgb(58,54,157); }
td.TdClassName
{
border-color: #3A369D;
}
.TagClassName
{
border-color: #3A369D;
}
</style>