Shades of Dark Slate Blue #373D98
Tints of Dark Slate Blue #373D98
RGB
CMYK
RGB Variations
Color information
#373D98 (or 0x373D98) is known color: Dark Slate Blue. HEX triplet: 37, 3D and 98. RGB value is (55,61,152). Sum of RGB (Red+Green+Blue) = 55+61+152=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #373D98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373D98 is #C8C267. Grayscale: #454545. Windows color (decimal): -13156968 or 9977143. OLE color: 9977143.
HSL color Cylindrical-coordinate representation of color #373D98: hue angle of 236.29º 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 #373D98 is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 61 | 152 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.40 |
| HSL | 236.29º | 0.47% | 0.41% | - |
| HSV(B) | 236.29º | 0.64% | 0.6% | - |
| XYZ | 8.91 | 6.42 | 30.47 | - |
| YUV | 69.58 | 174.51 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 152 | 0.64 | 0.60 | 0 | 0.40 | 236.29 | 0.47 | 0.41 |
| Hex | 37 | 3D | 98 | 40 | 3C | 0 | 28 | EC | 2F | 29 |
| Octal | 67 | 75 | 230 | 100 | 74 | 0 | 50 | 354 | 57 | 51 |
| Binary | 110111 | 111101 | 10011000 | 1000000 | 111100 | 0 | 101000 | 11101100 | 101111 | 101001 |
Color Harmonies of #373D98
Complementary color
Monochromatic Colors of #373D98
Black with #373D98
Text Example
Text Example
White with #373D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D98; }
p { color: rgb(55,61,152); }
H1.HeaderClassName
{
color: #373D98;
}
.AnyTagClassName
{
color: #373D98;
}
</style>
background-color css
<style>
a { background-color: #373D98; }
a { background-color: rgb(55,61,152); }
div.DivClassName
{
background-color: #373D98;
}
.BgClassName
{
background-color: #373D98;
}
</style>
border-color css
<style>
span { border-color: #373D98; }
span { border-color: rgb(55,61,152); }
td.TdClassName
{
border-color: #373D98;
}
.TagClassName
{
border-color: #373D98;
}
</style>