Shades of Dark Slate Blue #32369F
Tints of Dark Slate Blue #32369F
RGB
CMYK
RGB Variations
Color information
#32369F (or 0x32369F) is known color: Dark Slate Blue. HEX triplet: 32, 36 and 9F. RGB value is (50,54,159). Sum of RGB (Red+Green+Blue) = 50+54+159=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #32369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32369F is #CDC960. Grayscale: #404040. Windows color (decimal): -13486433 or 10434098. OLE color: 10434098.
HSL color Cylindrical-coordinate representation of color #32369F: hue angle of 237.8º 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 #32369F is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 54 | 159 | - |
| CMYK | 0.69 | 0.66 | 0 | 0.38 |
| HSL | 237.8º | 0.52% | 0.41% | - |
| HSV(B) | 237.8º | 0.69% | 0.62% | - |
| XYZ | 8.89 | 5.82 | 33.46 | - |
| YUV | 64.77 | 181.17 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 159 | 0.69 | 0.66 | 0 | 0.38 | 237.8 | 0.52 | 0.41 |
| Hex | 32 | 36 | 9F | 45 | 42 | 0 | 26 | EE | 34 | 29 |
| Octal | 62 | 66 | 237 | 105 | 102 | 0 | 46 | 356 | 64 | 51 |
| Binary | 110010 | 110110 | 10011111 | 1000101 | 1000010 | 0 | 100110 | 11101110 | 110100 | 101001 |
Color Harmonies of #32369F
Complementary color
Monochromatic Colors of #32369F
Black with #32369F
Text Example
Text Example
White with #32369F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32369F; }
p { color: rgb(50,54,159); }
H1.HeaderClassName
{
color: #32369F;
}
.AnyTagClassName
{
color: #32369F;
}
</style>
background-color css
<style>
a { background-color: #32369F; }
a { background-color: rgb(50,54,159); }
div.DivClassName
{
background-color: #32369F;
}
.BgClassName
{
background-color: #32369F;
}
</style>
border-color css
<style>
span { border-color: #32369F; }
span { border-color: rgb(50,54,159); }
td.TdClassName
{
border-color: #32369F;
}
.TagClassName
{
border-color: #32369F;
}
</style>