Shades of Dark Slate Blue #35319B
Tints of Dark Slate Blue #35319B
RGB
CMYK
RGB Variations
Color information
#35319B (or 0x35319B) is known color: Dark Slate Blue. HEX triplet: 35, 31 and 9B. RGB value is (53,49,155). Sum of RGB (Red+Green+Blue) = 53+49+155=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #35319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35319B is #CACE64. Grayscale: #3D3D3D. Windows color (decimal): -13291109 or 10170677. OLE color: 10170677.
HSL color Cylindrical-coordinate representation of color #35319B: hue angle of 242.26º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35319B is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 49 | 155 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.39 |
| HSL | 242.26º | 0.52% | 0.4% | - |
| HSV(B) | 242.26º | 0.68% | 0.61% | - |
| XYZ | 8.48 | 5.32 | 31.59 | - |
| YUV | 62.28 | 180.33 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 155 | 0.66 | 0.68 | 0 | 0.39 | 242.26 | 0.52 | 0.4 |
| Hex | 35 | 31 | 9B | 42 | 44 | 0 | 27 | F2 | 34 | 28 |
| Octal | 65 | 61 | 233 | 102 | 104 | 0 | 47 | 362 | 64 | 50 |
| Binary | 110101 | 110001 | 10011011 | 1000010 | 1000100 | 0 | 100111 | 11110010 | 110100 | 101000 |
Color Harmonies of #35319B
Complementary color
Monochromatic Colors of #35319B
Black with #35319B
Text Example
Text Example
White with #35319B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35319B; }
p { color: rgb(53,49,155); }
H1.HeaderClassName
{
color: #35319B;
}
.AnyTagClassName
{
color: #35319B;
}
</style>
background-color css
<style>
a { background-color: #35319B; }
a { background-color: rgb(53,49,155); }
div.DivClassName
{
background-color: #35319B;
}
.BgClassName
{
background-color: #35319B;
}
</style>
border-color css
<style>
span { border-color: #35319B; }
span { border-color: rgb(53,49,155); }
td.TdClassName
{
border-color: #35319B;
}
.TagClassName
{
border-color: #35319B;
}
</style>