Shades of Dark Slate Blue #353A99
Tints of Dark Slate Blue #353A99
RGB
CMYK
RGB Variations
Color information
#353A99 (or 0x353A99) is known color: Dark Slate Blue. HEX triplet: 35, 3A and 99. RGB value is (53,58,153). Sum of RGB (Red+Green+Blue) = 53+58+153=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #353A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353A99 is #CAC566. Grayscale: #424242. Windows color (decimal): -13288807 or 10041909. OLE color: 10041909.
HSL color Cylindrical-coordinate representation of color #353A99: hue angle of 237º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #353A99 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 58 | 153 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.4 |
| HSL | 237º | 0.49% | 0.4% | - |
| HSV(B) | 237º | 0.65% | 0.6% | - |
| XYZ | 8.73 | 6.08 | 30.85 | - |
| YUV | 67.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 153 | 0.65 | 0.62 | 0 | 0.4 | 237 | 0.49 | 0.4 |
| Hex | 35 | 3A | 99 | 41 | 3E | 0 | 28 | ED | 31 | 28 |
| Octal | 65 | 72 | 231 | 101 | 76 | 0 | 50 | 355 | 61 | 50 |
| Binary | 110101 | 111010 | 10011001 | 1000001 | 111110 | 0 | 101000 | 11101101 | 110001 | 101000 |
Color Harmonies of #353A99
Complementary color
Monochromatic Colors of #353A99
Black with #353A99
Text Example
Text Example
White with #353A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A99; }
p { color: rgb(53,58,153); }
H1.HeaderClassName
{
color: #353A99;
}
.AnyTagClassName
{
color: #353A99;
}
</style>
background-color css
<style>
a { background-color: #353A99; }
a { background-color: rgb(53,58,153); }
div.DivClassName
{
background-color: #353A99;
}
.BgClassName
{
background-color: #353A99;
}
</style>
border-color css
<style>
span { border-color: #353A99; }
span { border-color: rgb(53,58,153); }
td.TdClassName
{
border-color: #353A99;
}
.TagClassName
{
border-color: #353A99;
}
</style>