Shades of Dark Slate Blue #35389D
Tints of Dark Slate Blue #35389D
RGB
CMYK
RGB Variations
Color information
#35389D (or 0x35389D) is known color: Dark Slate Blue. HEX triplet: 35, 38 and 9D. RGB value is (53,56,157). Sum of RGB (Red+Green+Blue) = 53+56+157=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #35389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35389D is #CAC762. Grayscale: #424242. Windows color (decimal): -13289315 or 10303541. OLE color: 10303541.
HSL color Cylindrical-coordinate representation of color #35389D: hue angle of 238.27º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35389D is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 56 | 157 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.38 |
| HSL | 238.27º | 0.5% | 0.41% | - |
| HSV(B) | 238.27º | 0.66% | 0.62% | - |
| XYZ | 8.97 | 6.02 | 32.59 | - |
| YUV | 66.62 | 179.01 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 56 | 157 | 0.66 | 0.64 | 0 | 0.38 | 238.27 | 0.5 | 0.41 |
| Hex | 35 | 38 | 9D | 42 | 40 | 0 | 26 | EE | 32 | 29 |
| Octal | 65 | 70 | 235 | 102 | 100 | 0 | 46 | 356 | 62 | 51 |
| Binary | 110101 | 111000 | 10011101 | 1000010 | 1000000 | 0 | 100110 | 11101110 | 110010 | 101001 |
Color Harmonies of #35389D
Complementary color
Monochromatic Colors of #35389D
Black with #35389D
Text Example
Text Example
White with #35389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35389D; }
p { color: rgb(53,56,157); }
H1.HeaderClassName
{
color: #35389D;
}
.AnyTagClassName
{
color: #35389D;
}
</style>
background-color css
<style>
a { background-color: #35389D; }
a { background-color: rgb(53,56,157); }
div.DivClassName
{
background-color: #35389D;
}
.BgClassName
{
background-color: #35389D;
}
</style>
border-color css
<style>
span { border-color: #35389D; }
span { border-color: rgb(53,56,157); }
td.TdClassName
{
border-color: #35389D;
}
.TagClassName
{
border-color: #35389D;
}
</style>