Shades of Dark Slate Blue #3239A0
Tints of Dark Slate Blue #3239A0
RGB
CMYK
RGB Variations
Color information
#3239A0 (or 0x3239A0) is known color: Dark Slate Blue. HEX triplet: 32, 39 and A0. RGB value is (50,57,160). Sum of RGB (Red+Green+Blue) = 50+57+160=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 160 (62.89% from 255 or 59.93% from 267); Max value from RGB is 160 - color contains mainly: blue. Hex color #3239A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3239A0 is #CDC65F. Grayscale: #424242. Windows color (decimal): -13485664 or 10500402. OLE color: 10500402.
HSL color Cylindrical-coordinate representation of color #3239A0: hue angle of 236.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3239A0 is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 57 | 160 | - |
| CMYK | 0.69 | 0.64 | 0 | 0.37 |
| HSL | 236.18º | 0.52% | 0.41% | - |
| HSV(B) | 236.18º | 0.69% | 0.63% | - |
| XYZ | 9.12 | 6.14 | 33.96 | - |
| YUV | 66.65 | 180.68 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 160 | 0.69 | 0.64 | 0 | 0.37 | 236.18 | 0.52 | 0.41 |
| Hex | 32 | 39 | A0 | 45 | 40 | 0 | 25 | EC | 34 | 29 |
| Octal | 62 | 71 | 240 | 105 | 100 | 0 | 45 | 354 | 64 | 51 |
| Binary | 110010 | 111001 | 10100000 | 1000101 | 1000000 | 0 | 100101 | 11101100 | 110100 | 101001 |
Color Harmonies of #3239A0
Complementary color
Monochromatic Colors of #3239A0
Black with #3239A0
Text Example
Text Example
White with #3239A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3239A0; }
p { color: rgb(50,57,160); }
H1.HeaderClassName
{
color: #3239A0;
}
.AnyTagClassName
{
color: #3239A0;
}
</style>
background-color css
<style>
a { background-color: #3239A0; }
a { background-color: rgb(50,57,160); }
div.DivClassName
{
background-color: #3239A0;
}
.BgClassName
{
background-color: #3239A0;
}
</style>
border-color css
<style>
span { border-color: #3239A0; }
span { border-color: rgb(50,57,160); }
td.TdClassName
{
border-color: #3239A0;
}
.TagClassName
{
border-color: #3239A0;
}
</style>