Shades of Dark Slate Blue #38328F
Tints of Dark Slate Blue #38328F
RGB
CMYK
RGB Variations
Color information
#38328F (or 0x38328F) is known color: Dark Slate Blue. HEX triplet: 38, 32 and 8F. RGB value is (56,50,143). Sum of RGB (Red+Green+Blue) = 56+50+143=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #38328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38328F is #C7CD70. Grayscale: #3E3E3E. Windows color (decimal): -13094257 or 9384504. OLE color: 9384504.
HSL color Cylindrical-coordinate representation of color #38328F: hue angle of 243.87º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38328F is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 50 | 143 | - |
| CMYK | 0.61 | 0.65 | 0 | 0.44 |
| HSL | 243.87º | 0.48% | 0.38% | - |
| HSV(B) | 243.87º | 0.65% | 0.56% | - |
| XYZ | 7.73 | 5.11 | 26.56 | - |
| YUV | 62.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 143 | 0.61 | 0.65 | 0 | 0.44 | 243.87 | 0.48 | 0.38 |
| Hex | 38 | 32 | 8F | 3D | 41 | 0 | 2C | F4 | 30 | 26 |
| Octal | 70 | 62 | 217 | 75 | 101 | 0 | 54 | 364 | 60 | 46 |
| Binary | 111000 | 110010 | 10001111 | 111101 | 1000001 | 0 | 101100 | 11110100 | 110000 | 100110 |
Color Harmonies of #38328F
Complementary color
Monochromatic Colors of #38328F
Black with #38328F
Text Example
Text Example
White with #38328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38328F; }
p { color: rgb(56,50,143); }
H1.HeaderClassName
{
color: #38328F;
}
.AnyTagClassName
{
color: #38328F;
}
</style>
background-color css
<style>
a { background-color: #38328F; }
a { background-color: rgb(56,50,143); }
div.DivClassName
{
background-color: #38328F;
}
.BgClassName
{
background-color: #38328F;
}
</style>
border-color css
<style>
span { border-color: #38328F; }
span { border-color: rgb(56,50,143); }
td.TdClassName
{
border-color: #38328F;
}
.TagClassName
{
border-color: #38328F;
}
</style>