Shades of Dark Slate Blue #32359F
Tints of Dark Slate Blue #32359F
RGB
CMYK
RGB Variations
Color information
#32359F (or 0x32359F) is known color: Dark Slate Blue. HEX triplet: 32, 35 and 9F. RGB value is (50,53,159). Sum of RGB (Red+Green+Blue) = 50+53+159=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #32359F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32359F is #CDCA60. Grayscale: #3F3F3F. Windows color (decimal): -13486689 or 10433842. OLE color: 10433842.
HSL color Cylindrical-coordinate representation of color #32359F: hue angle of 238.35º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32359F is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 53 | 159 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.38 |
| HSL | 238.35º | 0.52% | 0.41% | - |
| HSV(B) | 238.35º | 0.69% | 0.62% | - |
| XYZ | 8.85 | 5.73 | 33.44 | - |
| YUV | 64.19 | 181.51 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 159 | 0.69 | 0.67 | 0 | 0.38 | 238.35 | 0.52 | 0.41 |
| Hex | 32 | 35 | 9F | 45 | 43 | 0 | 26 | EE | 34 | 29 |
| Octal | 62 | 65 | 237 | 105 | 103 | 0 | 46 | 356 | 64 | 51 |
| Binary | 110010 | 110101 | 10011111 | 1000101 | 1000011 | 0 | 100110 | 11101110 | 110100 | 101001 |
Color Harmonies of #32359F
Complementary color
Monochromatic Colors of #32359F
Black with #32359F
Text Example
Text Example
White with #32359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32359F; }
p { color: rgb(50,53,159); }
H1.HeaderClassName
{
color: #32359F;
}
.AnyTagClassName
{
color: #32359F;
}
</style>
background-color css
<style>
a { background-color: #32359F; }
a { background-color: rgb(50,53,159); }
div.DivClassName
{
background-color: #32359F;
}
.BgClassName
{
background-color: #32359F;
}
</style>
border-color css
<style>
span { border-color: #32359F; }
span { border-color: rgb(50,53,159); }
td.TdClassName
{
border-color: #32359F;
}
.TagClassName
{
border-color: #32359F;
}
</style>