Shades of Dark Slate Blue #373DA4
Tints of Dark Slate Blue #373DA4
RGB
CMYK
RGB Variations
Color information
#373DA4 (or 0x373DA4) is known color: Dark Slate Blue. HEX triplet: 37, 3D and A4. RGB value is (55,61,164). Sum of RGB (Red+Green+Blue) = 55+61+164=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 164 (64.45% from 255 or 58.57% from 280); Max value from RGB is 164 - color contains mainly: blue. Hex color #373DA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373DA4 is #C8C25B. Grayscale: #464646. Windows color (decimal): -13156956 or 10763575. OLE color: 10763575.
HSL color Cylindrical-coordinate representation of color #373DA4: hue angle of 236.7º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #373DA4 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 61 | 164 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.36 |
| HSL | 236.7º | 0.5% | 0.43% | - |
| HSV(B) | 236.7º | 0.66% | 0.64% | - |
| XYZ | 9.95 | 6.83 | 35.92 | - |
| YUV | 70.95 | 180.51 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 164 | 0.66 | 0.63 | 0 | 0.36 | 236.7 | 0.5 | 0.43 |
| Hex | 37 | 3D | A4 | 42 | 3F | 0 | 24 | ED | 32 | 2B |
| Octal | 67 | 75 | 244 | 102 | 77 | 0 | 44 | 355 | 62 | 53 |
| Binary | 110111 | 111101 | 10100100 | 1000010 | 111111 | 0 | 100100 | 11101101 | 110010 | 101011 |
Color Harmonies of #373DA4
Complementary color
Monochromatic Colors of #373DA4
Black with #373DA4
Text Example
Text Example
White with #373DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DA4; }
p { color: rgb(55,61,164); }
H1.HeaderClassName
{
color: #373DA4;
}
.AnyTagClassName
{
color: #373DA4;
}
</style>
background-color css
<style>
a { background-color: #373DA4; }
a { background-color: rgb(55,61,164); }
div.DivClassName
{
background-color: #373DA4;
}
.BgClassName
{
background-color: #373DA4;
}
</style>
border-color css
<style>
span { border-color: #373DA4; }
span { border-color: rgb(55,61,164); }
td.TdClassName
{
border-color: #373DA4;
}
.TagClassName
{
border-color: #373DA4;
}
</style>