Shades of Dark Slate Blue #353B9F
Tints of Dark Slate Blue #353B9F
RGB
CMYK
RGB Variations
Color information
#353B9F (or 0x353B9F) is known color: Dark Slate Blue. HEX triplet: 35, 3B and 9F. RGB value is (53,59,159). Sum of RGB (Red+Green+Blue) = 53+59+159=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #353B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353B9F is #CAC460. Grayscale: #444444. Windows color (decimal): -13288545 or 10435381. OLE color: 10435381.
HSL color Cylindrical-coordinate representation of color #353B9F: hue angle of 236.6º 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 #353B9F is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 59 | 159 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.38 |
| HSL | 236.6º | 0.5% | 0.42% | - |
| HSV(B) | 236.6º | 0.67% | 0.62% | - |
| XYZ | 9.29 | 6.39 | 33.54 | - |
| YUV | 68.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 59 | 159 | 0.67 | 0.63 | 0 | 0.38 | 236.6 | 0.5 | 0.42 |
| Hex | 35 | 3B | 9F | 43 | 3F | 0 | 26 | ED | 32 | 2A |
| Octal | 65 | 73 | 237 | 103 | 77 | 0 | 46 | 355 | 62 | 52 |
| Binary | 110101 | 111011 | 10011111 | 1000011 | 111111 | 0 | 100110 | 11101101 | 110010 | 101010 |
Color Harmonies of #353B9F
Complementary color
Monochromatic Colors of #353B9F
Black with #353B9F
Text Example
Text Example
White with #353B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353B9F; }
p { color: rgb(53,59,159); }
H1.HeaderClassName
{
color: #353B9F;
}
.AnyTagClassName
{
color: #353B9F;
}
</style>
background-color css
<style>
a { background-color: #353B9F; }
a { background-color: rgb(53,59,159); }
div.DivClassName
{
background-color: #353B9F;
}
.BgClassName
{
background-color: #353B9F;
}
</style>
border-color css
<style>
span { border-color: #353B9F; }
span { border-color: rgb(53,59,159); }
td.TdClassName
{
border-color: #353B9F;
}
.TagClassName
{
border-color: #353B9F;
}
</style>