Shades of Dark Slate Blue #35268D
Tints of Dark Slate Blue #35268D
RGB
CMYK
RGB Variations
Color information
#35268D (or 0x35268D) is known color: Dark Slate Blue. HEX triplet: 35, 26 and 8D. RGB value is (53,38,141). Sum of RGB (Red+Green+Blue) = 53+38+141=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #35268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35268D is #CAD972. Grayscale: #353535. Windows color (decimal): -13293939 or 9250357. OLE color: 9250357.
HSL color Cylindrical-coordinate representation of color #35268D: hue angle of 248.74º degrees, saturation: 0.58, 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 #35268D is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 38 | 141 | - |
| CMYK | 0.62 | 0.73 | 0 | 0.45 |
| HSL | 248.74º | 0.58% | 0.35% | - |
| HSV(B) | 248.74º | 0.73% | 0.55% | - |
| XYZ | 6.97 | 4.07 | 25.62 | - |
| YUV | 54.23 | 176.97 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 38 | 141 | 0.62 | 0.73 | 0 | 0.45 | 248.74 | 0.58 | 0.35 |
| Hex | 35 | 26 | 8D | 3E | 49 | 0 | 2D | F9 | 3A | 23 |
| Octal | 65 | 46 | 215 | 76 | 111 | 0 | 55 | 371 | 72 | 43 |
| Binary | 110101 | 100110 | 10001101 | 111110 | 1001001 | 0 | 101101 | 11111001 | 111010 | 100011 |
Color Harmonies of #35268D
Complementary color
Monochromatic Colors of #35268D
Black with #35268D
Text Example
Text Example
White with #35268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35268D; }
p { color: rgb(53,38,141); }
H1.HeaderClassName
{
color: #35268D;
}
.AnyTagClassName
{
color: #35268D;
}
</style>
background-color css
<style>
a { background-color: #35268D; }
a { background-color: rgb(53,38,141); }
div.DivClassName
{
background-color: #35268D;
}
.BgClassName
{
background-color: #35268D;
}
</style>
border-color css
<style>
span { border-color: #35268D; }
span { border-color: rgb(53,38,141); }
td.TdClassName
{
border-color: #35268D;
}
.TagClassName
{
border-color: #35268D;
}
</style>