Shades of Dark Slate Blue #3C399B
Tints of Dark Slate Blue #3C399B
RGB
CMYK
RGB Variations
Color information
#3C399B (or 0x3C399B) is known color: Dark Slate Blue. HEX triplet: 3C, 39 and 9B. RGB value is (60,57,155). Sum of RGB (Red+Green+Blue) = 60+57+155=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C399B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C399B is #C3C664. Grayscale: #444444. Windows color (decimal): -12830309 or 10172732. OLE color: 10172732.
HSL color Cylindrical-coordinate representation of color #3C399B: hue angle of 241.84º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C399B is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 57 | 155 | - |
| CMYK | 0.61 | 0.63 | 0 | 0.39 |
| HSL | 241.84º | 0.46% | 0.42% | - |
| HSV(B) | 241.84º | 0.63% | 0.61% | - |
| XYZ | 9.24 | 6.25 | 31.73 | - |
| YUV | 69.07 | 176.49 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 57 | 155 | 0.61 | 0.63 | 0 | 0.39 | 241.84 | 0.46 | 0.42 |
| Hex | 3C | 39 | 9B | 3D | 3F | 0 | 27 | F2 | 2E | 2A |
| Octal | 74 | 71 | 233 | 75 | 77 | 0 | 47 | 362 | 56 | 52 |
| Binary | 111100 | 111001 | 10011011 | 111101 | 111111 | 0 | 100111 | 11110010 | 101110 | 101010 |
Color Harmonies of #3C399B
Complementary color
Monochromatic Colors of #3C399B
Black with #3C399B
Text Example
Text Example
White with #3C399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C399B; }
p { color: rgb(60,57,155); }
H1.HeaderClassName
{
color: #3C399B;
}
.AnyTagClassName
{
color: #3C399B;
}
</style>
background-color css
<style>
a { background-color: #3C399B; }
a { background-color: rgb(60,57,155); }
div.DivClassName
{
background-color: #3C399B;
}
.BgClassName
{
background-color: #3C399B;
}
</style>
border-color css
<style>
span { border-color: #3C399B; }
span { border-color: rgb(60,57,155); }
td.TdClassName
{
border-color: #3C399B;
}
.TagClassName
{
border-color: #3C399B;
}
</style>