Shades of Dark Slate Blue #38278C
Tints of Dark Slate Blue #38278C
RGB
CMYK
RGB Variations
Color information
#38278C (or 0x38278C) is known color: Dark Slate Blue. HEX triplet: 38, 27 and 8C. RGB value is (56,39,140). Sum of RGB (Red+Green+Blue) = 56+39+140=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 140 (55.08% from 255 or 59.57% from 235); Max value from RGB is 140 - color contains mainly: blue. Hex color #38278C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38278C is #C7D873. Grayscale: #373737. Windows color (decimal): -13097076 or 9185080. OLE color: 9185080.
HSL color Cylindrical-coordinate representation of color #38278C: hue angle of 250.1º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38278C is Cyan = 0.6, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 39 | 140 | - |
| CMYK | 0.6 | 0.72 | 0 | 0.45 |
| HSL | 250.1º | 0.56% | 0.35% | - |
| HSV(B) | 250.1º | 0.72% | 0.55% | - |
| XYZ | 7.09 | 4.19 | 25.25 | - |
| YUV | 55.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 39 | 140 | 0.6 | 0.72 | 0 | 0.45 | 250.1 | 0.56 | 0.35 |
| Hex | 38 | 27 | 8C | 3C | 48 | 0 | 2D | FA | 38 | 23 |
| Octal | 70 | 47 | 214 | 74 | 110 | 0 | 55 | 372 | 70 | 43 |
| Binary | 111000 | 100111 | 10001100 | 111100 | 1001000 | 0 | 101101 | 11111010 | 111000 | 100011 |
Color Harmonies of #38278C
Complementary color
Monochromatic Colors of #38278C
Black with #38278C
Text Example
Text Example
White with #38278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38278C; }
p { color: rgb(56,39,140); }
H1.HeaderClassName
{
color: #38278C;
}
.AnyTagClassName
{
color: #38278C;
}
</style>
background-color css
<style>
a { background-color: #38278C; }
a { background-color: rgb(56,39,140); }
div.DivClassName
{
background-color: #38278C;
}
.BgClassName
{
background-color: #38278C;
}
</style>
border-color css
<style>
span { border-color: #38278C; }
span { border-color: rgb(56,39,140); }
td.TdClassName
{
border-color: #38278C;
}
.TagClassName
{
border-color: #38278C;
}
</style>