Shades of Dark Slate Blue #3C3089
Tints of Dark Slate Blue #3C3089
RGB
CMYK
RGB Variations
Color information
#3C3089 (or 0x3C3089) is known color: Dark Slate Blue. HEX triplet: 3C, 30 and 89. RGB value is (60,48,137). Sum of RGB (Red+Green+Blue) = 60+48+137=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C3089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3089 is #C3CF76. Grayscale: #3D3D3D. Windows color (decimal): -12832631 or 8990780. OLE color: 8990780.
HSL color Cylindrical-coordinate representation of color #3C3089: hue angle of 248.09º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C3089 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 48 | 137 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.46 |
| HSL | 248.09º | 0.48% | 0.36% | - |
| HSV(B) | 248.09º | 0.65% | 0.54% | - |
| XYZ | 7.44 | 4.88 | 24.22 | - |
| YUV | 61.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 137 | 0.56 | 0.65 | 0 | 0.46 | 248.09 | 0.48 | 0.36 |
| Hex | 3C | 30 | 89 | 38 | 41 | 0 | 2E | F8 | 30 | 24 |
| Octal | 74 | 60 | 211 | 70 | 101 | 0 | 56 | 370 | 60 | 44 |
| Binary | 111100 | 110000 | 10001001 | 111000 | 1000001 | 0 | 101110 | 11111000 | 110000 | 100100 |
Color Harmonies of #3C3089
Complementary color
Monochromatic Colors of #3C3089
Black with #3C3089
Text Example
Text Example
White with #3C3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3089; }
p { color: rgb(60,48,137); }
H1.HeaderClassName
{
color: #3C3089;
}
.AnyTagClassName
{
color: #3C3089;
}
</style>
background-color css
<style>
a { background-color: #3C3089; }
a { background-color: rgb(60,48,137); }
div.DivClassName
{
background-color: #3C3089;
}
.BgClassName
{
background-color: #3C3089;
}
</style>
border-color css
<style>
span { border-color: #3C3089; }
span { border-color: rgb(60,48,137); }
td.TdClassName
{
border-color: #3C3089;
}
.TagClassName
{
border-color: #3C3089;
}
</style>