Shades of Dark Slate Blue #38389C
Tints of Dark Slate Blue #38389C
RGB
CMYK
RGB Variations
Color information
#38389C (or 0x38389C) is known color: Dark Slate Blue. HEX triplet: 38, 38 and 9C. RGB value is (56,56,156). Sum of RGB (Red+Green+Blue) = 56+56+156=268 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.90% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #38389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38389C is #C7C763. Grayscale: #434343. Windows color (decimal): -13092708 or 10238008. OLE color: 10238008.
HSL color Cylindrical-coordinate representation of color #38389C: hue angle of 240º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38389C is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 56 | 156 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.39 |
| HSL | 240º | 0.47% | 0.42% | - |
| HSV(B) | 240º | 0.64% | 0.61% | - |
| XYZ | 9.05 | 6.07 | 32.15 | - |
| YUV | 67.4 | 178 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 156 | 0.64 | 0.64 | 0 | 0.39 | 240 | 0.47 | 0.42 |
| Hex | 38 | 38 | 9C | 40 | 40 | 0 | 27 | F0 | 2F | 2A |
| Octal | 70 | 70 | 234 | 100 | 100 | 0 | 47 | 360 | 57 | 52 |
| Binary | 111000 | 111000 | 10011100 | 1000000 | 1000000 | 0 | 100111 | 11110000 | 101111 | 101010 |
Color Harmonies of #38389C
Complementary color
Monochromatic Colors of #38389C
Black with #38389C
Text Example
Text Example
White with #38389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38389C; }
p { color: rgb(56,56,156); }
H1.HeaderClassName
{
color: #38389C;
}
.AnyTagClassName
{
color: #38389C;
}
</style>
background-color css
<style>
a { background-color: #38389C; }
a { background-color: rgb(56,56,156); }
div.DivClassName
{
background-color: #38389C;
}
.BgClassName
{
background-color: #38389C;
}
</style>
border-color css
<style>
span { border-color: #38389C; }
span { border-color: rgb(56,56,156); }
td.TdClassName
{
border-color: #38389C;
}
.TagClassName
{
border-color: #38389C;
}
</style>