Shades of Dark Slate Blue #352A94
Tints of Dark Slate Blue #352A94
RGB
CMYK
RGB Variations
Color information
#352A94 (or 0x352A94) is known color: Dark Slate Blue. HEX triplet: 35, 2A and 94. RGB value is (53,42,148). Sum of RGB (Red+Green+Blue) = 53+42+148=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 148 (58.20% from 255 or 60.91% from 243); Max value from RGB is 148 - color contains mainly: blue. Hex color #352A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352A94 is #CAD56B. Grayscale: #383838. Windows color (decimal): -13292908 or 9710133. OLE color: 9710133.
HSL color Cylindrical-coordinate representation of color #352A94: hue angle of 246.23º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #352A94 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 42 | 148 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.42 |
| HSL | 246.23º | 0.56% | 0.37% | - |
| HSV(B) | 246.23º | 0.72% | 0.58% | - |
| XYZ | 7.64 | 4.55 | 28.49 | - |
| YUV | 57.37 | 179.14 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 42 | 148 | 0.64 | 0.72 | 0 | 0.42 | 246.23 | 0.56 | 0.37 |
| Hex | 35 | 2A | 94 | 40 | 48 | 0 | 2A | F6 | 38 | 25 |
| Octal | 65 | 52 | 224 | 100 | 110 | 0 | 52 | 366 | 70 | 45 |
| Binary | 110101 | 101010 | 10010100 | 1000000 | 1001000 | 0 | 101010 | 11110110 | 111000 | 100101 |
Color Harmonies of #352A94
Complementary color
Monochromatic Colors of #352A94
Black with #352A94
Text Example
Text Example
White with #352A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352A94; }
p { color: rgb(53,42,148); }
H1.HeaderClassName
{
color: #352A94;
}
.AnyTagClassName
{
color: #352A94;
}
</style>
background-color css
<style>
a { background-color: #352A94; }
a { background-color: rgb(53,42,148); }
div.DivClassName
{
background-color: #352A94;
}
.BgClassName
{
background-color: #352A94;
}
</style>
border-color css
<style>
span { border-color: #352A94; }
span { border-color: rgb(53,42,148); }
td.TdClassName
{
border-color: #352A94;
}
.TagClassName
{
border-color: #352A94;
}
</style>