Shades of Dark Slate Blue #38409D
Tints of Dark Slate Blue #38409D
RGB
CMYK
RGB Variations
Color information
#38409D (or 0x38409D) is known color: Dark Slate Blue. HEX triplet: 38, 40 and 9D. RGB value is (56,64,157). Sum of RGB (Red+Green+Blue) = 56+64+157=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #38409D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38409D is #C7BF62. Grayscale: #474747. Windows color (decimal): -13090659 or 10305592. OLE color: 10305592.
HSL color Cylindrical-coordinate representation of color #38409D: hue angle of 235.25º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38409D is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 64 | 157 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.38 |
| HSL | 235.25º | 0.47% | 0.42% | - |
| HSV(B) | 235.25º | 0.64% | 0.62% | - |
| XYZ | 9.55 | 6.94 | 32.73 | - |
| YUV | 72.21 | 175.85 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 64 | 157 | 0.64 | 0.59 | 0 | 0.38 | 235.25 | 0.47 | 0.42 |
| Hex | 38 | 40 | 9D | 40 | 3B | 0 | 26 | EB | 2F | 2A |
| Octal | 70 | 100 | 235 | 100 | 73 | 0 | 46 | 353 | 57 | 52 |
| Binary | 111000 | 1000000 | 10011101 | 1000000 | 111011 | 0 | 100110 | 11101011 | 101111 | 101010 |
Color Harmonies of #38409D
Complementary color
Monochromatic Colors of #38409D
Black with #38409D
Text Example
Text Example
White with #38409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38409D; }
p { color: rgb(56,64,157); }
H1.HeaderClassName
{
color: #38409D;
}
.AnyTagClassName
{
color: #38409D;
}
</style>
background-color css
<style>
a { background-color: #38409D; }
a { background-color: rgb(56,64,157); }
div.DivClassName
{
background-color: #38409D;
}
.BgClassName
{
background-color: #38409D;
}
</style>
border-color css
<style>
span { border-color: #38409D; }
span { border-color: rgb(56,64,157); }
td.TdClassName
{
border-color: #38409D;
}
.TagClassName
{
border-color: #38409D;
}
</style>