Shades of Dark Slate Blue #3C308C
Tints of Dark Slate Blue #3C308C
RGB
CMYK
RGB Variations
Color information
#3C308C (or 0x3C308C) is known color: Dark Slate Blue. HEX triplet: 3C, 30 and 8C. RGB value is (60,48,140). Sum of RGB (Red+Green+Blue) = 60+48+140=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C308C is #C3CF73. Grayscale: #3D3D3D. Windows color (decimal): -12832628 or 9187388. OLE color: 9187388.
HSL color Cylindrical-coordinate representation of color #3C308C: hue angle of 247.83º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C308C is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 48 | 140 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.45 |
| HSL | 247.83º | 0.49% | 0.37% | - |
| HSV(B) | 247.83º | 0.66% | 0.55% | - |
| XYZ | 7.65 | 4.97 | 25.37 | - |
| YUV | 62.08 | 171.98 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 140 | 0.57 | 0.66 | 0 | 0.45 | 247.83 | 0.49 | 0.37 |
| Hex | 3C | 30 | 8C | 39 | 42 | 0 | 2D | F8 | 31 | 25 |
| Octal | 74 | 60 | 214 | 71 | 102 | 0 | 55 | 370 | 61 | 45 |
| Binary | 111100 | 110000 | 10001100 | 111001 | 1000010 | 0 | 101101 | 11111000 | 110001 | 100101 |
Color Harmonies of #3C308C
Complementary color
Monochromatic Colors of #3C308C
Black with #3C308C
Text Example
Text Example
White with #3C308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C308C; }
p { color: rgb(60,48,140); }
H1.HeaderClassName
{
color: #3C308C;
}
.AnyTagClassName
{
color: #3C308C;
}
</style>
background-color css
<style>
a { background-color: #3C308C; }
a { background-color: rgb(60,48,140); }
div.DivClassName
{
background-color: #3C308C;
}
.BgClassName
{
background-color: #3C308C;
}
</style>
border-color css
<style>
span { border-color: #3C308C; }
span { border-color: rgb(60,48,140); }
td.TdClassName
{
border-color: #3C308C;
}
.TagClassName
{
border-color: #3C308C;
}
</style>