Shades of Dark Slate Blue #3C338B
Tints of Dark Slate Blue #3C338B
RGB
CMYK
RGB Variations
Color information
#3C338B (or 0x3C338B) is known color: Dark Slate Blue. HEX triplet: 3C, 33 and 8B. RGB value is (60,51,139). Sum of RGB (Red+Green+Blue) = 60+51+139=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C338B is #C3CC74. Grayscale: #3F3F3F. Windows color (decimal): -12831861 or 9122620. OLE color: 9122620.
HSL color Cylindrical-coordinate representation of color #3C338B: hue angle of 246.14º 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 #3C338B is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 51 | 139 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.45 |
| HSL | 246.14º | 0.46% | 0.37% | - |
| HSV(B) | 246.14º | 0.63% | 0.55% | - |
| XYZ | 7.71 | 5.19 | 25.02 | - |
| YUV | 63.72 | 170.48 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 139 | 0.57 | 0.63 | 0 | 0.45 | 246.14 | 0.46 | 0.37 |
| Hex | 3C | 33 | 8B | 39 | 3F | 0 | 2D | F6 | 2E | 25 |
| Octal | 74 | 63 | 213 | 71 | 77 | 0 | 55 | 366 | 56 | 45 |
| Binary | 111100 | 110011 | 10001011 | 111001 | 111111 | 0 | 101101 | 11110110 | 101110 | 100101 |
Color Harmonies of #3C338B
Complementary color
Monochromatic Colors of #3C338B
Black with #3C338B
Text Example
Text Example
White with #3C338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C338B; }
p { color: rgb(60,51,139); }
H1.HeaderClassName
{
color: #3C338B;
}
.AnyTagClassName
{
color: #3C338B;
}
</style>
background-color css
<style>
a { background-color: #3C338B; }
a { background-color: rgb(60,51,139); }
div.DivClassName
{
background-color: #3C338B;
}
.BgClassName
{
background-color: #3C338B;
}
</style>
border-color css
<style>
span { border-color: #3C338B; }
span { border-color: rgb(60,51,139); }
td.TdClassName
{
border-color: #3C338B;
}
.TagClassName
{
border-color: #3C338B;
}
</style>