Shades of Dark Slate Blue #3A2692
Tints of Dark Slate Blue #3A2692
RGB
CMYK
RGB Variations
Color information
#3A2692 (or 0x3A2692) is known color: Dark Slate Blue. HEX triplet: 3A, 26 and 92. RGB value is (58,38,146). Sum of RGB (Red+Green+Blue) = 58+38+146=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A2692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2692 is #C5D96D. Grayscale: #373737. Windows color (decimal): -12966254 or 9578042. OLE color: 9578042.
HSL color Cylindrical-coordinate representation of color #3A2692: hue angle of 251.11º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A2692 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 38 | 146 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.43 |
| HSL | 251.11º | 0.59% | 0.36% | - |
| HSV(B) | 251.11º | 0.74% | 0.57% | - |
| XYZ | 7.63 | 4.36 | 27.63 | - |
| YUV | 56.29 | 178.63 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 146 | 0.60 | 0.74 | 0 | 0.43 | 251.11 | 0.59 | 0.36 |
| Hex | 3A | 26 | 92 | 3C | 4A | 0 | 2B | FB | 3B | 24 |
| Octal | 72 | 46 | 222 | 74 | 112 | 0 | 53 | 373 | 73 | 44 |
| Binary | 111010 | 100110 | 10010010 | 111100 | 1001010 | 0 | 101011 | 11111011 | 111011 | 100100 |
Color Harmonies of #3A2692
Complementary color
Monochromatic Colors of #3A2692
Black with #3A2692
Text Example
Text Example
White with #3A2692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2692; }
p { color: rgb(58,38,146); }
H1.HeaderClassName
{
color: #3A2692;
}
.AnyTagClassName
{
color: #3A2692;
}
</style>
background-color css
<style>
a { background-color: #3A2692; }
a { background-color: rgb(58,38,146); }
div.DivClassName
{
background-color: #3A2692;
}
.BgClassName
{
background-color: #3A2692;
}
</style>
border-color css
<style>
span { border-color: #3A2692; }
span { border-color: rgb(58,38,146); }
td.TdClassName
{
border-color: #3A2692;
}
.TagClassName
{
border-color: #3A2692;
}
</style>