Shades of Dark Slate Blue #323098
Tints of Dark Slate Blue #323098
RGB
CMYK
RGB Variations
Color information
#323098 (or 0x323098) is known color: Dark Slate Blue. HEX triplet: 32, 30 and 98. RGB value is (50,48,152). Sum of RGB (Red+Green+Blue) = 50+48+152=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #323098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323098 is #CDCF67. Grayscale: #3C3C3C. Windows color (decimal): -13487976 or 9973810. OLE color: 9973810.
HSL color Cylindrical-coordinate representation of color #323098: hue angle of 241.15º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323098 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 48 | 152 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.40 |
| HSL | 241.15º | 0.52% | 0.39% | - |
| HSV(B) | 241.15º | 0.68% | 0.6% | - |
| XYZ | 8.04 | 5.06 | 30.26 | - |
| YUV | 60.45 | 179.66 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 48 | 152 | 0.67 | 0.68 | 0 | 0.40 | 241.15 | 0.52 | 0.39 |
| Hex | 32 | 30 | 98 | 43 | 44 | 0 | 28 | F1 | 34 | 27 |
| Octal | 62 | 60 | 230 | 103 | 104 | 0 | 50 | 361 | 64 | 47 |
| Binary | 110010 | 110000 | 10011000 | 1000011 | 1000100 | 0 | 101000 | 11110001 | 110100 | 100111 |
Color Harmonies of #323098
Complementary color
Monochromatic Colors of #323098
Black with #323098
Text Example
Text Example
White with #323098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323098; }
p { color: rgb(50,48,152); }
H1.HeaderClassName
{
color: #323098;
}
.AnyTagClassName
{
color: #323098;
}
</style>
background-color css
<style>
a { background-color: #323098; }
a { background-color: rgb(50,48,152); }
div.DivClassName
{
background-color: #323098;
}
.BgClassName
{
background-color: #323098;
}
</style>
border-color css
<style>
span { border-color: #323098; }
span { border-color: rgb(50,48,152); }
td.TdClassName
{
border-color: #323098;
}
.TagClassName
{
border-color: #323098;
}
</style>