Shades of Dark Slate Blue #38338F
Tints of Dark Slate Blue #38338F
RGB
CMYK
RGB Variations
Color information
#38338F (or 0x38338F) is known color: Dark Slate Blue. HEX triplet: 38, 33 and 8F. RGB value is (56,51,143). Sum of RGB (Red+Green+Blue) = 56+51+143=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #38338F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38338F is #C7CC70. Grayscale: #3E3E3E. Windows color (decimal): -13094001 or 9384760. OLE color: 9384760.
HSL color Cylindrical-coordinate representation of color #38338F: hue angle of 243.26º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38338F is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 51 | 143 | - |
| CMYK | 0.61 | 0.64 | 0 | 0.44 |
| HSL | 243.26º | 0.47% | 0.38% | - |
| HSV(B) | 243.26º | 0.64% | 0.56% | - |
| XYZ | 7.77 | 5.19 | 26.58 | - |
| YUV | 62.98 | 173.16 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 143 | 0.61 | 0.64 | 0 | 0.44 | 243.26 | 0.47 | 0.38 |
| Hex | 38 | 33 | 8F | 3D | 40 | 0 | 2C | F3 | 2F | 26 |
| Octal | 70 | 63 | 217 | 75 | 100 | 0 | 54 | 363 | 57 | 46 |
| Binary | 111000 | 110011 | 10001111 | 111101 | 1000000 | 0 | 101100 | 11110011 | 101111 | 100110 |
Color Harmonies of #38338F
Complementary color
Monochromatic Colors of #38338F
Black with #38338F
Text Example
Text Example
White with #38338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38338F; }
p { color: rgb(56,51,143); }
H1.HeaderClassName
{
color: #38338F;
}
.AnyTagClassName
{
color: #38338F;
}
</style>
background-color css
<style>
a { background-color: #38338F; }
a { background-color: rgb(56,51,143); }
div.DivClassName
{
background-color: #38338F;
}
.BgClassName
{
background-color: #38338F;
}
</style>
border-color css
<style>
span { border-color: #38338F; }
span { border-color: rgb(56,51,143); }
td.TdClassName
{
border-color: #38338F;
}
.TagClassName
{
border-color: #38338F;
}
</style>