Shades of Dark Slate Blue #313298
Tints of Dark Slate Blue #313298
RGB
CMYK
RGB Variations
Color information
#313298 (or 0x313298) is known color: Dark Slate Blue. HEX triplet: 31, 32 and 98. RGB value is (49,50,152). Sum of RGB (Red+Green+Blue) = 49+50+152=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #313298 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313298 is #CECD67. Grayscale: #3C3C3C. Windows color (decimal): -13553000 or 9974321. OLE color: 9974321.
HSL color Cylindrical-coordinate representation of color #313298: hue angle of 239.42º degrees, saturation: 0.51, 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 #313298 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 50 | 152 | - |
| CMYK | 0.68 | 0.67 | 0 | 0.40 |
| HSL | 239.42º | 0.51% | 0.39% | - |
| HSV(B) | 239.42º | 0.68% | 0.6% | - |
| XYZ | 8.07 | 5.2 | 30.28 | - |
| YUV | 61.33 | 179.17 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 152 | 0.68 | 0.67 | 0 | 0.40 | 239.42 | 0.51 | 0.39 |
| Hex | 31 | 32 | 98 | 44 | 43 | 0 | 28 | EF | 33 | 27 |
| Octal | 61 | 62 | 230 | 104 | 103 | 0 | 50 | 357 | 63 | 47 |
| Binary | 110001 | 110010 | 10011000 | 1000100 | 1000011 | 0 | 101000 | 11101111 | 110011 | 100111 |
Color Harmonies of #313298
Complementary color
Monochromatic Colors of #313298
Black with #313298
Text Example
Text Example
White with #313298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313298; }
p { color: rgb(49,50,152); }
H1.HeaderClassName
{
color: #313298;
}
.AnyTagClassName
{
color: #313298;
}
</style>
background-color css
<style>
a { background-color: #313298; }
a { background-color: rgb(49,50,152); }
div.DivClassName
{
background-color: #313298;
}
.BgClassName
{
background-color: #313298;
}
</style>
border-color css
<style>
span { border-color: #313298; }
span { border-color: rgb(49,50,152); }
td.TdClassName
{
border-color: #313298;
}
.TagClassName
{
border-color: #313298;
}
</style>