Shades of Dark Slate Blue #3C368A
Tints of Dark Slate Blue #3C368A
RGB
CMYK
RGB Variations
Color information
#3C368A (or 0x3C368A) is known color: Dark Slate Blue. HEX triplet: 3C, 36 and 8A. RGB value is (60,54,138). Sum of RGB (Red+Green+Blue) = 60+54+138=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 138 (54.30% from 255 or 54.76% from 252); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C368A is #C3C975. Grayscale: #414141. Windows color (decimal): -12831094 or 9057852. OLE color: 9057852.
HSL color Cylindrical-coordinate representation of color #3C368A: hue angle of 244.29º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C368A is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 54 | 138 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.46 |
| HSL | 244.29º | 0.44% | 0.38% | - |
| HSV(B) | 244.29º | 0.61% | 0.54% | - |
| XYZ | 7.77 | 5.43 | 24.68 | - |
| YUV | 65.37 | 168.99 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 138 | 0.57 | 0.61 | 0 | 0.46 | 244.29 | 0.44 | 0.38 |
| Hex | 3C | 36 | 8A | 39 | 3D | 0 | 2E | F4 | 2C | 26 |
| Octal | 74 | 66 | 212 | 71 | 75 | 0 | 56 | 364 | 54 | 46 |
| Binary | 111100 | 110110 | 10001010 | 111001 | 111101 | 0 | 101110 | 11110100 | 101100 | 100110 |
Color Harmonies of #3C368A
Complementary color
Monochromatic Colors of #3C368A
Black with #3C368A
Text Example
Text Example
White with #3C368A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C368A; }
p { color: rgb(60,54,138); }
H1.HeaderClassName
{
color: #3C368A;
}
.AnyTagClassName
{
color: #3C368A;
}
</style>
background-color css
<style>
a { background-color: #3C368A; }
a { background-color: rgb(60,54,138); }
div.DivClassName
{
background-color: #3C368A;
}
.BgClassName
{
background-color: #3C368A;
}
</style>
border-color css
<style>
span { border-color: #3C368A; }
span { border-color: rgb(60,54,138); }
td.TdClassName
{
border-color: #3C368A;
}
.TagClassName
{
border-color: #3C368A;
}
</style>