Shades of Dark Slate Blue #373DA3
Tints of Dark Slate Blue #373DA3
RGB
CMYK
RGB Variations
Color information
#373DA3 (or 0x373DA3) is known color: Dark Slate Blue. HEX triplet: 37, 3D and A3. RGB value is (55,61,163). Sum of RGB (Red+Green+Blue) = 55+61+163=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 163 (64.06% from 255 or 58.42% from 279); Max value from RGB is 163 - color contains mainly: blue. Hex color #373DA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373DA3 is #C8C25C. Grayscale: #464646. Windows color (decimal): -13156957 or 10698039. OLE color: 10698039.
HSL color Cylindrical-coordinate representation of color #373DA3: hue angle of 236.67º 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 #373DA3 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 61 | 163 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.36 |
| HSL | 236.67º | 0.5% | 0.43% | - |
| HSV(B) | 236.67º | 0.66% | 0.64% | - |
| XYZ | 9.86 | 6.79 | 35.44 | - |
| YUV | 70.83 | 180.01 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 163 | 0.66 | 0.63 | 0 | 0.36 | 236.67 | 0.5 | 0.43 |
| Hex | 37 | 3D | A3 | 42 | 3F | 0 | 24 | ED | 32 | 2B |
| Octal | 67 | 75 | 243 | 102 | 77 | 0 | 44 | 355 | 62 | 53 |
| Binary | 110111 | 111101 | 10100011 | 1000010 | 111111 | 0 | 100100 | 11101101 | 110010 | 101011 |
Color Harmonies of #373DA3
Complementary color
Monochromatic Colors of #373DA3
Black with #373DA3
Text Example
Text Example
White with #373DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373DA3; }
p { color: rgb(55,61,163); }
H1.HeaderClassName
{
color: #373DA3;
}
.AnyTagClassName
{
color: #373DA3;
}
</style>
background-color css
<style>
a { background-color: #373DA3; }
a { background-color: rgb(55,61,163); }
div.DivClassName
{
background-color: #373DA3;
}
.BgClassName
{
background-color: #373DA3;
}
</style>
border-color css
<style>
span { border-color: #373DA3; }
span { border-color: rgb(55,61,163); }
td.TdClassName
{
border-color: #373DA3;
}
.TagClassName
{
border-color: #373DA3;
}
</style>