Shades of Dark Slate Blue #372D88
Tints of Dark Slate Blue #372D88
RGB
CMYK
RGB Variations
Color information
#372D88 (or 0x372D88) is known color: Dark Slate Blue. HEX triplet: 37, 2D and 88. RGB value is (55,45,136). Sum of RGB (Red+Green+Blue) = 55+45+136=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #372D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372D88 is #C8D277. Grayscale: #3A3A3A. Windows color (decimal): -13161080 or 8924471. OLE color: 8924471.
HSL color Cylindrical-coordinate representation of color #372D88: hue angle of 246.59º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #372D88 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 45 | 136 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.47 |
| HSL | 246.59º | 0.5% | 0.35% | - |
| HSV(B) | 246.59º | 0.67% | 0.53% | - |
| XYZ | 6.96 | 4.47 | 23.79 | - |
| YUV | 58.36 | 171.81 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 45 | 136 | 0.60 | 0.67 | 0 | 0.47 | 246.59 | 0.5 | 0.35 |
| Hex | 37 | 2D | 88 | 3C | 43 | 0 | 2F | F7 | 32 | 23 |
| Octal | 67 | 55 | 210 | 74 | 103 | 0 | 57 | 367 | 62 | 43 |
| Binary | 110111 | 101101 | 10001000 | 111100 | 1000011 | 0 | 101111 | 11110111 | 110010 | 100011 |
Color Harmonies of #372D88
Complementary color
Monochromatic Colors of #372D88
Black with #372D88
Text Example
Text Example
White with #372D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372D88; }
p { color: rgb(55,45,136); }
H1.HeaderClassName
{
color: #372D88;
}
.AnyTagClassName
{
color: #372D88;
}
</style>
background-color css
<style>
a { background-color: #372D88; }
a { background-color: rgb(55,45,136); }
div.DivClassName
{
background-color: #372D88;
}
.BgClassName
{
background-color: #372D88;
}
</style>
border-color css
<style>
span { border-color: #372D88; }
span { border-color: rgb(55,45,136); }
td.TdClassName
{
border-color: #372D88;
}
.TagClassName
{
border-color: #372D88;
}
</style>