Shades of Dark Slate Blue #353D9F
Tints of Dark Slate Blue #353D9F
RGB
CMYK
RGB Variations
Color information
#353D9F (or 0x353D9F) is known color: Dark Slate Blue. HEX triplet: 35, 3D and 9F. RGB value is (53,61,159). Sum of RGB (Red+Green+Blue) = 53+61+159=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #353D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353D9F is #CAC260. Grayscale: #454545. Windows color (decimal): -13288033 or 10435893. OLE color: 10435893.
HSL color Cylindrical-coordinate representation of color #353D9F: hue angle of 235.47º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #353D9F is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 61 | 159 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.38 |
| HSL | 235.47º | 0.5% | 0.42% | - |
| HSV(B) | 235.47º | 0.67% | 0.62% | - |
| XYZ | 9.39 | 6.6 | 33.58 | - |
| YUV | 69.78 | 178.35 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 159 | 0.67 | 0.62 | 0 | 0.38 | 235.47 | 0.5 | 0.42 |
| Hex | 35 | 3D | 9F | 43 | 3E | 0 | 26 | EB | 32 | 2A |
| Octal | 65 | 75 | 237 | 103 | 76 | 0 | 46 | 353 | 62 | 52 |
| Binary | 110101 | 111101 | 10011111 | 1000011 | 111110 | 0 | 100110 | 11101011 | 110010 | 101010 |
Color Harmonies of #353D9F
Complementary color
Monochromatic Colors of #353D9F
Black with #353D9F
Text Example
Text Example
White with #353D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D9F; }
p { color: rgb(53,61,159); }
H1.HeaderClassName
{
color: #353D9F;
}
.AnyTagClassName
{
color: #353D9F;
}
</style>
background-color css
<style>
a { background-color: #353D9F; }
a { background-color: rgb(53,61,159); }
div.DivClassName
{
background-color: #353D9F;
}
.BgClassName
{
background-color: #353D9F;
}
</style>
border-color css
<style>
span { border-color: #353D9F; }
span { border-color: rgb(53,61,159); }
td.TdClassName
{
border-color: #353D9F;
}
.TagClassName
{
border-color: #353D9F;
}
</style>