Shades of Dark Slate Blue #3C349B
Tints of Dark Slate Blue #3C349B
RGB
CMYK
RGB Variations
Color information
#3C349B (or 0x3C349B) is known color: Dark Slate Blue. HEX triplet: 3C, 34 and 9B. RGB value is (60,52,155). Sum of RGB (Red+Green+Blue) = 60+52+155=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C349B is #C3CB64. Grayscale: #414141. Windows color (decimal): -12831589 or 10171452. OLE color: 10171452.
HSL color Cylindrical-coordinate representation of color #3C349B: hue angle of 244.66º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C349B is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 52 | 155 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.39 |
| HSL | 244.66º | 0.5% | 0.41% | - |
| HSV(B) | 244.66º | 0.66% | 0.61% | - |
| XYZ | 9.01 | 5.78 | 31.65 | - |
| YUV | 66.13 | 178.15 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 155 | 0.61 | 0.66 | 0 | 0.39 | 244.66 | 0.5 | 0.41 |
| Hex | 3C | 34 | 9B | 3D | 42 | 0 | 27 | F5 | 32 | 29 |
| Octal | 74 | 64 | 233 | 75 | 102 | 0 | 47 | 365 | 62 | 51 |
| Binary | 111100 | 110100 | 10011011 | 111101 | 1000010 | 0 | 100111 | 11110101 | 110010 | 101001 |
Color Harmonies of #3C349B
Complementary color
Monochromatic Colors of #3C349B
Black with #3C349B
Text Example
Text Example
White with #3C349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C349B; }
p { color: rgb(60,52,155); }
H1.HeaderClassName
{
color: #3C349B;
}
.AnyTagClassName
{
color: #3C349B;
}
</style>
background-color css
<style>
a { background-color: #3C349B; }
a { background-color: rgb(60,52,155); }
div.DivClassName
{
background-color: #3C349B;
}
.BgClassName
{
background-color: #3C349B;
}
</style>
border-color css
<style>
span { border-color: #3C349B; }
span { border-color: rgb(60,52,155); }
td.TdClassName
{
border-color: #3C349B;
}
.TagClassName
{
border-color: #3C349B;
}
</style>