Shades of Dark Slate Blue #352F90
Tints of Dark Slate Blue #352F90
RGB
CMYK
RGB Variations
Color information
#352F90 (or 0x352F90) is known color: Dark Slate Blue. HEX triplet: 35, 2F and 90. RGB value is (53,47,144). Sum of RGB (Red+Green+Blue) = 53+47+144=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #352F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352F90 is #CAD06F. Grayscale: #3B3B3B. Windows color (decimal): -13291632 or 9449269. OLE color: 9449269.
HSL color Cylindrical-coordinate representation of color #352F90: hue angle of 243.71º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #352F90 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 47 | 144 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.44 |
| HSL | 243.71º | 0.51% | 0.37% | - |
| HSV(B) | 243.71º | 0.67% | 0.56% | - |
| XYZ | 7.52 | 4.8 | 26.92 | - |
| YUV | 59.85 | 175.49 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 144 | 0.63 | 0.67 | 0 | 0.44 | 243.71 | 0.51 | 0.37 |
| Hex | 35 | 2F | 90 | 3F | 43 | 0 | 2C | F4 | 33 | 25 |
| Octal | 65 | 57 | 220 | 77 | 103 | 0 | 54 | 364 | 63 | 45 |
| Binary | 110101 | 101111 | 10010000 | 111111 | 1000011 | 0 | 101100 | 11110100 | 110011 | 100101 |
Color Harmonies of #352F90
Complementary color
Monochromatic Colors of #352F90
Black with #352F90
Text Example
Text Example
White with #352F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F90; }
p { color: rgb(53,47,144); }
H1.HeaderClassName
{
color: #352F90;
}
.AnyTagClassName
{
color: #352F90;
}
</style>
background-color css
<style>
a { background-color: #352F90; }
a { background-color: rgb(53,47,144); }
div.DivClassName
{
background-color: #352F90;
}
.BgClassName
{
background-color: #352F90;
}
</style>
border-color css
<style>
span { border-color: #352F90; }
span { border-color: rgb(53,47,144); }
td.TdClassName
{
border-color: #352F90;
}
.TagClassName
{
border-color: #352F90;
}
</style>