Shades of Dark Slate Blue #3C359B
Tints of Dark Slate Blue #3C359B
RGB
CMYK
RGB Variations
Color information
#3C359B (or 0x3C359B) is known color: Dark Slate Blue. HEX triplet: 3C, 35 and 9B. RGB value is (60,53,155). Sum of RGB (Red+Green+Blue) = 60+53+155=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C359B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C359B is #C3CA64. Grayscale: #424242. Windows color (decimal): -12831333 or 10171708. OLE color: 10171708.
HSL color Cylindrical-coordinate representation of color #3C359B: hue angle of 244.12º degrees, saturation: 0.49, 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 #3C359B is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 53 | 155 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.39 |
| HSL | 244.12º | 0.49% | 0.41% | - |
| HSV(B) | 244.12º | 0.66% | 0.61% | - |
| XYZ | 9.05 | 5.87 | 31.67 | - |
| YUV | 66.72 | 177.82 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 155 | 0.61 | 0.66 | 0 | 0.39 | 244.12 | 0.49 | 0.41 |
| Hex | 3C | 35 | 9B | 3D | 42 | 0 | 27 | F4 | 31 | 29 |
| Octal | 74 | 65 | 233 | 75 | 102 | 0 | 47 | 364 | 61 | 51 |
| Binary | 111100 | 110101 | 10011011 | 111101 | 1000010 | 0 | 100111 | 11110100 | 110001 | 101001 |
Color Harmonies of #3C359B
Complementary color
Monochromatic Colors of #3C359B
Black with #3C359B
Text Example
Text Example
White with #3C359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C359B; }
p { color: rgb(60,53,155); }
H1.HeaderClassName
{
color: #3C359B;
}
.AnyTagClassName
{
color: #3C359B;
}
</style>
background-color css
<style>
a { background-color: #3C359B; }
a { background-color: rgb(60,53,155); }
div.DivClassName
{
background-color: #3C359B;
}
.BgClassName
{
background-color: #3C359B;
}
</style>
border-color css
<style>
span { border-color: #3C359B; }
span { border-color: rgb(60,53,155); }
td.TdClassName
{
border-color: #3C359B;
}
.TagClassName
{
border-color: #3C359B;
}
</style>