Shades of Dark Slate Blue #373A99
Tints of Dark Slate Blue #373A99
RGB
CMYK
RGB Variations
Color information
#373A99 (or 0x373A99) is known color: Dark Slate Blue. HEX triplet: 37, 3A and 99. RGB value is (55,58,153). Sum of RGB (Red+Green+Blue) = 55+58+153=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #373A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373A99 is #C8C566. Grayscale: #434343. Windows color (decimal): -13157735 or 10041911. OLE color: 10041911.
HSL color Cylindrical-coordinate representation of color #373A99: hue angle of 238.16º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373A99 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 58 | 153 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.4 |
| HSL | 238.16º | 0.47% | 0.41% | - |
| HSV(B) | 238.16º | 0.64% | 0.6% | - |
| XYZ | 8.84 | 6.14 | 30.86 | - |
| YUV | 67.93 | 176.01 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 153 | 0.64 | 0.62 | 0 | 0.4 | 238.16 | 0.47 | 0.41 |
| Hex | 37 | 3A | 99 | 40 | 3E | 0 | 28 | EE | 2F | 29 |
| Octal | 67 | 72 | 231 | 100 | 76 | 0 | 50 | 356 | 57 | 51 |
| Binary | 110111 | 111010 | 10011001 | 1000000 | 111110 | 0 | 101000 | 11101110 | 101111 | 101001 |
Color Harmonies of #373A99
Complementary color
Monochromatic Colors of #373A99
Black with #373A99
Text Example
Text Example
White with #373A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A99; }
p { color: rgb(55,58,153); }
H1.HeaderClassName
{
color: #373A99;
}
.AnyTagClassName
{
color: #373A99;
}
</style>
background-color css
<style>
a { background-color: #373A99; }
a { background-color: rgb(55,58,153); }
div.DivClassName
{
background-color: #373A99;
}
.BgClassName
{
background-color: #373A99;
}
</style>
border-color css
<style>
span { border-color: #373A99; }
span { border-color: rgb(55,58,153); }
td.TdClassName
{
border-color: #373A99;
}
.TagClassName
{
border-color: #373A99;
}
</style>