Shades of Dark Slate Blue #3B268C
Tints of Dark Slate Blue #3B268C
RGB
CMYK
RGB Variations
Color information
#3B268C (or 0x3B268C) is known color: Dark Slate Blue. HEX triplet: 3B, 26 and 8C. RGB value is (59,38,140). Sum of RGB (Red+Green+Blue) = 59+38+140=237 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.89% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B268C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B268C is #C4D973. Grayscale: #373737. Windows color (decimal): -12900724 or 9184827. OLE color: 9184827.
HSL color Cylindrical-coordinate representation of color #3B268C: hue angle of 252.35º 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 #3B268C is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 38 | 140 | - |
| CMYK | 0.58 | 0.73 | 0 | 0.45 |
| HSL | 252.35º | 0.57% | 0.35% | - |
| HSV(B) | 252.35º | 0.73% | 0.55% | - |
| XYZ | 7.23 | 4.21 | 25.24 | - |
| YUV | 55.91 | 175.46 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 140 | 0.58 | 0.73 | 0 | 0.45 | 252.35 | 0.57 | 0.35 |
| Hex | 3B | 26 | 8C | 3A | 49 | 0 | 2D | FC | 39 | 23 |
| Octal | 73 | 46 | 214 | 72 | 111 | 0 | 55 | 374 | 71 | 43 |
| Binary | 111011 | 100110 | 10001100 | 111010 | 1001001 | 0 | 101101 | 11111100 | 111001 | 100011 |
Color Harmonies of #3B268C
Complementary color
Monochromatic Colors of #3B268C
Black with #3B268C
Text Example
Text Example
White with #3B268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B268C; }
p { color: rgb(59,38,140); }
H1.HeaderClassName
{
color: #3B268C;
}
.AnyTagClassName
{
color: #3B268C;
}
</style>
background-color css
<style>
a { background-color: #3B268C; }
a { background-color: rgb(59,38,140); }
div.DivClassName
{
background-color: #3B268C;
}
.BgClassName
{
background-color: #3B268C;
}
</style>
border-color css
<style>
span { border-color: #3B268C; }
span { border-color: rgb(59,38,140); }
td.TdClassName
{
border-color: #3B268C;
}
.TagClassName
{
border-color: #3B268C;
}
</style>