Shades of Dark Slate Blue #35289B
Tints of Dark Slate Blue #35289B
RGB
CMYK
RGB Variations
Color information
#35289B (or 0x35289B) is known color: Dark Slate Blue. HEX triplet: 35, 28 and 9B. RGB value is (53,40,155). Sum of RGB (Red+Green+Blue) = 53+40+155=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #35289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35289B is #CAD764. Grayscale: #383838. Windows color (decimal): -13293413 or 10168373. OLE color: 10168373.
HSL color Cylindrical-coordinate representation of color #35289B: hue angle of 246.78º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35289B is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 40 | 155 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.39 |
| HSL | 246.78º | 0.59% | 0.38% | - |
| HSV(B) | 246.78º | 0.74% | 0.61% | - |
| XYZ | 8.14 | 4.64 | 31.48 | - |
| YUV | 57 | 183.31 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 40 | 155 | 0.66 | 0.74 | 0 | 0.39 | 246.78 | 0.59 | 0.38 |
| Hex | 35 | 28 | 9B | 42 | 4A | 0 | 27 | F7 | 3B | 26 |
| Octal | 65 | 50 | 233 | 102 | 112 | 0 | 47 | 367 | 73 | 46 |
| Binary | 110101 | 101000 | 10011011 | 1000010 | 1001010 | 0 | 100111 | 11110111 | 111011 | 100110 |
Color Harmonies of #35289B
Complementary color
Monochromatic Colors of #35289B
Black with #35289B
Text Example
Text Example
White with #35289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35289B; }
p { color: rgb(53,40,155); }
H1.HeaderClassName
{
color: #35289B;
}
.AnyTagClassName
{
color: #35289B;
}
</style>
background-color css
<style>
a { background-color: #35289B; }
a { background-color: rgb(53,40,155); }
div.DivClassName
{
background-color: #35289B;
}
.BgClassName
{
background-color: #35289B;
}
</style>
border-color css
<style>
span { border-color: #35289B; }
span { border-color: rgb(53,40,155); }
td.TdClassName
{
border-color: #35289B;
}
.TagClassName
{
border-color: #35289B;
}
</style>