Shades of Dark Slate Blue #373DA0
Tints of Dark Slate Blue #373DA0
RGB
CMYK
RGB Variations
Color information
#373DA0 (or 0x373DA0) is known color: Dark Slate Blue. HEX triplet: 37, 3D and A0. RGB value is (55,61,160). Sum of RGB (Red+Green+Blue) = 55+61+160=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #373DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373DA0 is #C8C25F. Grayscale: #464646. Windows color (decimal): -13156960 or 10501431. OLE color: 10501431.
HSL color Cylindrical-coordinate representation of color #373DA0: hue angle of 236.57º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #373DA0 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 61 | 160 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.37 |
| HSL | 236.57º | 0.49% | 0.42% | - |
| HSV(B) | 236.57º | 0.66% | 0.63% | - |
| XYZ | 9.59 | 6.69 | 34.04 | - |
| YUV | 70.49 | 178.51 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 160 | 0.66 | 0.62 | 0 | 0.37 | 236.57 | 0.49 | 0.42 |
| Hex | 37 | 3D | A0 | 42 | 3E | 0 | 25 | ED | 31 | 2A |
| Octal | 67 | 75 | 240 | 102 | 76 | 0 | 45 | 355 | 61 | 52 |
| Binary | 110111 | 111101 | 10100000 | 1000010 | 111110 | 0 | 100101 | 11101101 | 110001 | 101010 |
Color Harmonies of #373DA0
Complementary color
Monochromatic Colors of #373DA0
Black with #373DA0
Text Example
Text Example
White with #373DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DA0; }
p { color: rgb(55,61,160); }
H1.HeaderClassName
{
color: #373DA0;
}
.AnyTagClassName
{
color: #373DA0;
}
</style>
background-color css
<style>
a { background-color: #373DA0; }
a { background-color: rgb(55,61,160); }
div.DivClassName
{
background-color: #373DA0;
}
.BgClassName
{
background-color: #373DA0;
}
</style>
border-color css
<style>
span { border-color: #373DA0; }
span { border-color: rgb(55,61,160); }
td.TdClassName
{
border-color: #373DA0;
}
.TagClassName
{
border-color: #373DA0;
}
</style>