Shades of Dark Slate Blue #38339C
Tints of Dark Slate Blue #38339C
RGB
CMYK
RGB Variations
Color information
#38339C (or 0x38339C) is known color: Dark Slate Blue. HEX triplet: 38, 33 and 9C. RGB value is (56,51,156). Sum of RGB (Red+Green+Blue) = 56+51+156=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #38339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38339C is #C7CC63. Grayscale: #404040. Windows color (decimal): -13093988 or 10236728. OLE color: 10236728.
HSL color Cylindrical-coordinate representation of color #38339C: hue angle of 242.86º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38339C is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 51 | 156 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.39 |
| HSL | 242.86º | 0.51% | 0.41% | - |
| HSV(B) | 242.86º | 0.67% | 0.61% | - |
| XYZ | 8.82 | 5.61 | 32.07 | - |
| YUV | 64.47 | 179.66 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 156 | 0.64 | 0.67 | 0 | 0.39 | 242.86 | 0.51 | 0.41 |
| Hex | 38 | 33 | 9C | 40 | 43 | 0 | 27 | F3 | 33 | 29 |
| Octal | 70 | 63 | 234 | 100 | 103 | 0 | 47 | 363 | 63 | 51 |
| Binary | 111000 | 110011 | 10011100 | 1000000 | 1000011 | 0 | 100111 | 11110011 | 110011 | 101001 |
Color Harmonies of #38339C
Complementary color
Monochromatic Colors of #38339C
Black with #38339C
Text Example
Text Example
White with #38339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38339C; }
p { color: rgb(56,51,156); }
H1.HeaderClassName
{
color: #38339C;
}
.AnyTagClassName
{
color: #38339C;
}
</style>
background-color css
<style>
a { background-color: #38339C; }
a { background-color: rgb(56,51,156); }
div.DivClassName
{
background-color: #38339C;
}
.BgClassName
{
background-color: #38339C;
}
</style>
border-color css
<style>
span { border-color: #38339C; }
span { border-color: rgb(56,51,156); }
td.TdClassName
{
border-color: #38339C;
}
.TagClassName
{
border-color: #38339C;
}
</style>