Shades of Dark Slate Blue #38268C
Tints of Dark Slate Blue #38268C
RGB
CMYK
RGB Variations
Color information
#38268C (or 0x38268C) is known color: Dark Slate Blue. HEX triplet: 38, 26 and 8C. RGB value is (56,38,140). Sum of RGB (Red+Green+Blue) = 56+38+140=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #38268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38268C is #C7D973. Grayscale: #363636. Windows color (decimal): -13097332 or 9184824. OLE color: 9184824.
HSL color Cylindrical-coordinate representation of color #38268C: hue angle of 250.59º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38268C is Cyan = 0.6, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 38 | 140 | - |
| CMYK | 0.6 | 0.73 | 0 | 0.45 |
| HSL | 250.59º | 0.57% | 0.35% | - |
| HSV(B) | 250.59º | 0.73% | 0.55% | - |
| XYZ | 7.06 | 4.12 | 25.23 | - |
| YUV | 55.01 | 175.96 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 140 | 0.6 | 0.73 | 0 | 0.45 | 250.59 | 0.57 | 0.35 |
| Hex | 38 | 26 | 8C | 3C | 49 | 0 | 2D | FB | 39 | 23 |
| Octal | 70 | 46 | 214 | 74 | 111 | 0 | 55 | 373 | 71 | 43 |
| Binary | 111000 | 100110 | 10001100 | 111100 | 1001001 | 0 | 101101 | 11111011 | 111001 | 100011 |
Color Harmonies of #38268C
Complementary color
Monochromatic Colors of #38268C
Black with #38268C
Text Example
Text Example
White with #38268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38268C; }
p { color: rgb(56,38,140); }
H1.HeaderClassName
{
color: #38268C;
}
.AnyTagClassName
{
color: #38268C;
}
</style>
background-color css
<style>
a { background-color: #38268C; }
a { background-color: rgb(56,38,140); }
div.DivClassName
{
background-color: #38268C;
}
.BgClassName
{
background-color: #38268C;
}
</style>
border-color css
<style>
span { border-color: #38268C; }
span { border-color: rgb(56,38,140); }
td.TdClassName
{
border-color: #38268C;
}
.TagClassName
{
border-color: #38268C;
}
</style>