Shades of Dark Slate Blue #353A9A
Tints of Dark Slate Blue #353A9A
RGB
CMYK
RGB Variations
Color information
#353A9A (or 0x353A9A) is known color: Dark Slate Blue. HEX triplet: 35, 3A and 9A. RGB value is (53,58,154). Sum of RGB (Red+Green+Blue) = 53+58+154=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #353A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353A9A is #CAC565. Grayscale: #434343. Windows color (decimal): -13288806 or 10107445. OLE color: 10107445.
HSL color Cylindrical-coordinate representation of color #353A9A: hue angle of 237.03º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353A9A is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 53 | 58 | 154 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.40 |
| HSL | 237.03º | 0.49% | 0.41% | - |
| HSV(B) | 237.03º | 0.66% | 0.6% | - |
| XYZ | 8.81 | 6.12 | 31.29 | - |
| YUV | 67.45 | 176.84 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 58 | 154 | 0.66 | 0.62 | 0 | 0.40 | 237.03 | 0.49 | 0.41 |
| Hex | 35 | 3A | 9A | 42 | 3E | 0 | 28 | ED | 31 | 29 |
| Octal | 65 | 72 | 232 | 102 | 76 | 0 | 50 | 355 | 61 | 51 |
| Binary | 110101 | 111010 | 10011010 | 1000010 | 111110 | 0 | 101000 | 11101101 | 110001 | 101001 |
Color Harmonies of #353A9A
Complementary color
Monochromatic Colors of #353A9A
Black with #353A9A
Text Example
Text Example
White with #353A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353A9A; }
p { color: rgb(53,58,154); }
H1.HeaderClassName
{
color: #353A9A;
}
.AnyTagClassName
{
color: #353A9A;
}
</style>
background-color css
<style>
a { background-color: #353A9A; }
a { background-color: rgb(53,58,154); }
div.DivClassName
{
background-color: #353A9A;
}
.BgClassName
{
background-color: #353A9A;
}
</style>
border-color css
<style>
span { border-color: #353A9A; }
span { border-color: rgb(53,58,154); }
td.TdClassName
{
border-color: #353A9A;
}
.TagClassName
{
border-color: #353A9A;
}
</style>