Shades of Dark Slate Blue #312BA3
Tints of Dark Slate Blue #312BA3
RGB
CMYK
RGB Variations
Color information
#312BA3 (or 0x312BA3) is known color: Dark Slate Blue. HEX triplet: 31, 2B and A3. RGB value is (49,43,163). Sum of RGB (Red+Green+Blue) = 49+43+163=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 163 (64.06% from 255 or 63.92% from 255); Max value from RGB is 163 - color contains mainly: blue. Hex color #312BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312BA3 is #CED45C. Grayscale: #393939. Windows color (decimal): -13554781 or 10693425. OLE color: 10693425.
HSL color Cylindrical-coordinate representation of color #312BA3: hue angle of 243º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #312BA3 is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 43 | 163 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.36 |
| HSL | 243º | 0.58% | 0.4% | - |
| HSV(B) | 243º | 0.74% | 0.64% | - |
| XYZ | 8.74 | 5.03 | 35.16 | - |
| YUV | 58.47 | 186.99 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 43 | 163 | 0.70 | 0.74 | 0 | 0.36 | 243 | 0.58 | 0.4 |
| Hex | 31 | 2B | A3 | 46 | 4A | 0 | 24 | F3 | 3A | 28 |
| Octal | 61 | 53 | 243 | 106 | 112 | 0 | 44 | 363 | 72 | 50 |
| Binary | 110001 | 101011 | 10100011 | 1000110 | 1001010 | 0 | 100100 | 11110011 | 111010 | 101000 |
Color Harmonies of #312BA3
Complementary color
Monochromatic Colors of #312BA3
Black with #312BA3
Text Example
Text Example
White with #312BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312BA3; }
p { color: rgb(49,43,163); }
H1.HeaderClassName
{
color: #312BA3;
}
.AnyTagClassName
{
color: #312BA3;
}
</style>
background-color css
<style>
a { background-color: #312BA3; }
a { background-color: rgb(49,43,163); }
div.DivClassName
{
background-color: #312BA3;
}
.BgClassName
{
background-color: #312BA3;
}
</style>
border-color css
<style>
span { border-color: #312BA3; }
span { border-color: rgb(49,43,163); }
td.TdClassName
{
border-color: #312BA3;
}
.TagClassName
{
border-color: #312BA3;
}
</style>