Shades of Dark Slate Blue #38379C
Tints of Dark Slate Blue #38379C
RGB
CMYK
RGB Variations
Color information
#38379C (or 0x38379C) is known color: Dark Slate Blue. HEX triplet: 38, 37 and 9C. RGB value is (56,55,156). Sum of RGB (Red+Green+Blue) = 56+55+156=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #38379C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38379C is #C7C863. Grayscale: #424242. Windows color (decimal): -13092964 or 10237752. OLE color: 10237752.
HSL color Cylindrical-coordinate representation of color #38379C: hue angle of 240.59º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38379C is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 55 | 156 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.39 |
| HSL | 240.59º | 0.48% | 0.41% | - |
| HSV(B) | 240.59º | 0.65% | 0.61% | - |
| XYZ | 9 | 5.97 | 32.13 | - |
| YUV | 66.81 | 178.33 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 156 | 0.64 | 0.65 | 0 | 0.39 | 240.59 | 0.48 | 0.41 |
| Hex | 38 | 37 | 9C | 40 | 41 | 0 | 27 | F1 | 30 | 29 |
| Octal | 70 | 67 | 234 | 100 | 101 | 0 | 47 | 361 | 60 | 51 |
| Binary | 111000 | 110111 | 10011100 | 1000000 | 1000001 | 0 | 100111 | 11110001 | 110000 | 101001 |
Color Harmonies of #38379C
Complementary color
Monochromatic Colors of #38379C
Black with #38379C
Text Example
Text Example
White with #38379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38379C; }
p { color: rgb(56,55,156); }
H1.HeaderClassName
{
color: #38379C;
}
.AnyTagClassName
{
color: #38379C;
}
</style>
background-color css
<style>
a { background-color: #38379C; }
a { background-color: rgb(56,55,156); }
div.DivClassName
{
background-color: #38379C;
}
.BgClassName
{
background-color: #38379C;
}
</style>
border-color css
<style>
span { border-color: #38379C; }
span { border-color: rgb(56,55,156); }
td.TdClassName
{
border-color: #38379C;
}
.TagClassName
{
border-color: #38379C;
}
</style>