Shades of Dark Slate Blue #373C99
Tints of Dark Slate Blue #373C99
RGB
CMYK
RGB Variations
Color information
#373C99 (or 0x373C99) is known color: Dark Slate Blue. HEX triplet: 37, 3C and 99. RGB value is (55,60,153). Sum of RGB (Red+Green+Blue) = 55+60+153=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #373C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373C99 is #C8C366. Grayscale: #444444. Windows color (decimal): -13157223 or 10042423. OLE color: 10042423.
HSL color Cylindrical-coordinate representation of color #373C99: hue angle of 236.94º 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 #373C99 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 60 | 153 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.4 |
| HSL | 236.94º | 0.47% | 0.41% | - |
| HSV(B) | 236.94º | 0.64% | 0.6% | - |
| XYZ | 8.94 | 6.34 | 30.89 | - |
| YUV | 69.11 | 175.34 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 153 | 0.64 | 0.61 | 0 | 0.4 | 236.94 | 0.47 | 0.41 |
| Hex | 37 | 3C | 99 | 40 | 3D | 0 | 28 | ED | 2F | 29 |
| Octal | 67 | 74 | 231 | 100 | 75 | 0 | 50 | 355 | 57 | 51 |
| Binary | 110111 | 111100 | 10011001 | 1000000 | 111101 | 0 | 101000 | 11101101 | 101111 | 101001 |
Color Harmonies of #373C99
Complementary color
Monochromatic Colors of #373C99
Black with #373C99
Text Example
Text Example
White with #373C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C99; }
p { color: rgb(55,60,153); }
H1.HeaderClassName
{
color: #373C99;
}
.AnyTagClassName
{
color: #373C99;
}
</style>
background-color css
<style>
a { background-color: #373C99; }
a { background-color: rgb(55,60,153); }
div.DivClassName
{
background-color: #373C99;
}
.BgClassName
{
background-color: #373C99;
}
</style>
border-color css
<style>
span { border-color: #373C99; }
span { border-color: rgb(55,60,153); }
td.TdClassName
{
border-color: #373C99;
}
.TagClassName
{
border-color: #373C99;
}
</style>