Shades of Dark Slate Blue #3C368B
Tints of Dark Slate Blue #3C368B
RGB
CMYK
RGB Variations
Color information
#3C368B (or 0x3C368B) is known color: Dark Slate Blue. HEX triplet: 3C, 36 and 8B. RGB value is (60,54,139). Sum of RGB (Red+Green+Blue) = 60+54+139=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C368B is #C3C974. Grayscale: #414141. Windows color (decimal): -12831093 or 9123388. OLE color: 9123388.
HSL color Cylindrical-coordinate representation of color #3C368B: hue angle of 244.24º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C368B is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 54 | 139 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.45 |
| HSL | 244.24º | 0.44% | 0.38% | - |
| HSV(B) | 244.24º | 0.61% | 0.55% | - |
| XYZ | 7.84 | 5.46 | 25.07 | - |
| YUV | 65.48 | 169.49 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 139 | 0.57 | 0.61 | 0 | 0.45 | 244.24 | 0.44 | 0.38 |
| Hex | 3C | 36 | 8B | 39 | 3D | 0 | 2D | F4 | 2C | 26 |
| Octal | 74 | 66 | 213 | 71 | 75 | 0 | 55 | 364 | 54 | 46 |
| Binary | 111100 | 110110 | 10001011 | 111001 | 111101 | 0 | 101101 | 11110100 | 101100 | 100110 |
Color Harmonies of #3C368B
Complementary color
Monochromatic Colors of #3C368B
Black with #3C368B
Text Example
Text Example
White with #3C368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C368B; }
p { color: rgb(60,54,139); }
H1.HeaderClassName
{
color: #3C368B;
}
.AnyTagClassName
{
color: #3C368B;
}
</style>
background-color css
<style>
a { background-color: #3C368B; }
a { background-color: rgb(60,54,139); }
div.DivClassName
{
background-color: #3C368B;
}
.BgClassName
{
background-color: #3C368B;
}
</style>
border-color css
<style>
span { border-color: #3C368B; }
span { border-color: rgb(60,54,139); }
td.TdClassName
{
border-color: #3C368B;
}
.TagClassName
{
border-color: #3C368B;
}
</style>