Shades of Dark Slate Blue #3A389C
Tints of Dark Slate Blue #3A389C
RGB
CMYK
RGB Variations
Color information
#3A389C (or 0x3A389C) is known color: Dark Slate Blue. HEX triplet: 3A, 38 and 9C. RGB value is (58,56,156). Sum of RGB (Red+Green+Blue) = 58+56+156=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A389C is #C5C763. Grayscale: #434343. Windows color (decimal): -12961636 or 10238010. OLE color: 10238010.
HSL color Cylindrical-coordinate representation of color #3A389C: hue angle of 241.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A389C is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 56 | 156 | - |
| CMYK | 0.63 | 0.64 | 0 | 0.39 |
| HSL | 241.2º | 0.47% | 0.42% | - |
| HSV(B) | 241.2º | 0.64% | 0.61% | - |
| XYZ | 9.16 | 6.13 | 32.15 | - |
| YUV | 68 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 156 | 0.63 | 0.64 | 0 | 0.39 | 241.2 | 0.47 | 0.42 |
| Hex | 3A | 38 | 9C | 3F | 40 | 0 | 27 | F1 | 2F | 2A |
| Octal | 72 | 70 | 234 | 77 | 100 | 0 | 47 | 361 | 57 | 52 |
| Binary | 111010 | 111000 | 10011100 | 111111 | 1000000 | 0 | 100111 | 11110001 | 101111 | 101010 |
Color Harmonies of #3A389C
Complementary color
Monochromatic Colors of #3A389C
Black with #3A389C
Text Example
Text Example
White with #3A389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A389C; }
p { color: rgb(58,56,156); }
H1.HeaderClassName
{
color: #3A389C;
}
.AnyTagClassName
{
color: #3A389C;
}
</style>
background-color css
<style>
a { background-color: #3A389C; }
a { background-color: rgb(58,56,156); }
div.DivClassName
{
background-color: #3A389C;
}
.BgClassName
{
background-color: #3A389C;
}
</style>
border-color css
<style>
span { border-color: #3A389C; }
span { border-color: rgb(58,56,156); }
td.TdClassName
{
border-color: #3A389C;
}
.TagClassName
{
border-color: #3A389C;
}
</style>