Shades of Dark Slate Blue #373DA1
Tints of Dark Slate Blue #373DA1
RGB
CMYK
RGB Variations
Color information
#373DA1 (or 0x373DA1) is known color: Dark Slate Blue. HEX triplet: 37, 3D and A1. RGB value is (55,61,161). Sum of RGB (Red+Green+Blue) = 55+61+161=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #373DA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373DA1 is #C8C25E. Grayscale: #464646. Windows color (decimal): -13156959 or 10566967. OLE color: 10566967.
HSL color Cylindrical-coordinate representation of color #373DA1: hue angle of 236.6º 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 #373DA1 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 61 | 161 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.37 |
| HSL | 236.6º | 0.49% | 0.42% | - |
| HSV(B) | 236.6º | 0.66% | 0.63% | - |
| XYZ | 9.68 | 6.72 | 34.51 | - |
| YUV | 70.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 161 | 0.66 | 0.62 | 0 | 0.37 | 236.6 | 0.49 | 0.42 |
| Hex | 37 | 3D | A1 | 42 | 3E | 0 | 25 | ED | 31 | 2A |
| Octal | 67 | 75 | 241 | 102 | 76 | 0 | 45 | 355 | 61 | 52 |
| Binary | 110111 | 111101 | 10100001 | 1000010 | 111110 | 0 | 100101 | 11101101 | 110001 | 101010 |
Color Harmonies of #373DA1
Complementary color
Monochromatic Colors of #373DA1
Black with #373DA1
Text Example
Text Example
White with #373DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DA1; }
p { color: rgb(55,61,161); }
H1.HeaderClassName
{
color: #373DA1;
}
.AnyTagClassName
{
color: #373DA1;
}
</style>
background-color css
<style>
a { background-color: #373DA1; }
a { background-color: rgb(55,61,161); }
div.DivClassName
{
background-color: #373DA1;
}
.BgClassName
{
background-color: #373DA1;
}
</style>
border-color css
<style>
span { border-color: #373DA1; }
span { border-color: rgb(55,61,161); }
td.TdClassName
{
border-color: #373DA1;
}
.TagClassName
{
border-color: #373DA1;
}
</style>