Shades of Dark Slate Blue #373B99
Tints of Dark Slate Blue #373B99
RGB
CMYK
RGB Variations
Color information
#373B99 (or 0x373B99) is known color: Dark Slate Blue. HEX triplet: 37, 3B and 99. RGB value is (55,59,153). Sum of RGB (Red+Green+Blue) = 55+59+153=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #373B99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373B99 is #C8C466. Grayscale: #444444. Windows color (decimal): -13157479 or 10042167. OLE color: 10042167.
HSL color Cylindrical-coordinate representation of color #373B99: hue angle of 237.55º 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 #373B99 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 59 | 153 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.4 |
| HSL | 237.55º | 0.47% | 0.41% | - |
| HSV(B) | 237.55º | 0.64% | 0.6% | - |
| XYZ | 8.89 | 6.24 | 30.87 | - |
| YUV | 68.52 | 175.67 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 153 | 0.64 | 0.61 | 0 | 0.4 | 237.55 | 0.47 | 0.41 |
| Hex | 37 | 3B | 99 | 40 | 3D | 0 | 28 | EE | 2F | 29 |
| Octal | 67 | 73 | 231 | 100 | 75 | 0 | 50 | 356 | 57 | 51 |
| Binary | 110111 | 111011 | 10011001 | 1000000 | 111101 | 0 | 101000 | 11101110 | 101111 | 101001 |
Color Harmonies of #373B99
Complementary color
Monochromatic Colors of #373B99
Black with #373B99
Text Example
Text Example
White with #373B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B99; }
p { color: rgb(55,59,153); }
H1.HeaderClassName
{
color: #373B99;
}
.AnyTagClassName
{
color: #373B99;
}
</style>
background-color css
<style>
a { background-color: #373B99; }
a { background-color: rgb(55,59,153); }
div.DivClassName
{
background-color: #373B99;
}
.BgClassName
{
background-color: #373B99;
}
</style>
border-color css
<style>
span { border-color: #373B99; }
span { border-color: rgb(55,59,153); }
td.TdClassName
{
border-color: #373B99;
}
.TagClassName
{
border-color: #373B99;
}
</style>