Shades of Dark Slate Blue #3C348B
Tints of Dark Slate Blue #3C348B
RGB
CMYK
RGB Variations
Color information
#3C348B (or 0x3C348B) is known color: Dark Slate Blue. HEX triplet: 3C, 34 and 8B. RGB value is (60,52,139). Sum of RGB (Red+Green+Blue) = 60+52+139=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C348B is #C3CB74. Grayscale: #3F3F3F. Windows color (decimal): -12831605 or 9122876. OLE color: 9122876.
HSL color Cylindrical-coordinate representation of color #3C348B: hue angle of 245.52º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C348B is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 52 | 139 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.45 |
| HSL | 245.52º | 0.46% | 0.37% | - |
| HSV(B) | 245.52º | 0.63% | 0.55% | - |
| XYZ | 7.75 | 5.28 | 25.04 | - |
| YUV | 64.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 139 | 0.57 | 0.63 | 0 | 0.45 | 245.52 | 0.46 | 0.37 |
| Hex | 3C | 34 | 8B | 39 | 3F | 0 | 2D | F6 | 2E | 25 |
| Octal | 74 | 64 | 213 | 71 | 77 | 0 | 55 | 366 | 56 | 45 |
| Binary | 111100 | 110100 | 10001011 | 111001 | 111111 | 0 | 101101 | 11110110 | 101110 | 100101 |
Color Harmonies of #3C348B
Complementary color
Monochromatic Colors of #3C348B
Black with #3C348B
Text Example
Text Example
White with #3C348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C348B; }
p { color: rgb(60,52,139); }
H1.HeaderClassName
{
color: #3C348B;
}
.AnyTagClassName
{
color: #3C348B;
}
</style>
background-color css
<style>
a { background-color: #3C348B; }
a { background-color: rgb(60,52,139); }
div.DivClassName
{
background-color: #3C348B;
}
.BgClassName
{
background-color: #3C348B;
}
</style>
border-color css
<style>
span { border-color: #3C348B; }
span { border-color: rgb(60,52,139); }
td.TdClassName
{
border-color: #3C348B;
}
.TagClassName
{
border-color: #3C348B;
}
</style>