Shades of Dark Slate Blue #373AA1
Tints of Dark Slate Blue #373AA1
RGB
CMYK
RGB Variations
Color information
#373AA1 (or 0x373AA1) is known color: Dark Slate Blue. HEX triplet: 37, 3A and A1. RGB value is (55,58,161). Sum of RGB (Red+Green+Blue) = 55+58+161=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 161 (63.28% from 255 or 58.76% from 274); Max value from RGB is 161 - color contains mainly: blue. Hex color #373AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373AA1 is #C8C55E. Grayscale: #444444. Windows color (decimal): -13157727 or 10566199. OLE color: 10566199.
HSL color Cylindrical-coordinate representation of color #373AA1: hue angle of 238.3º 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 #373AA1 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 58 | 161 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.37 |
| HSL | 238.3º | 0.49% | 0.42% | - |
| HSV(B) | 238.3º | 0.66% | 0.63% | - |
| XYZ | 9.52 | 6.41 | 34.45 | - |
| YUV | 68.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 161 | 0.66 | 0.64 | 0 | 0.37 | 238.3 | 0.49 | 0.42 |
| Hex | 37 | 3A | A1 | 42 | 40 | 0 | 25 | EE | 31 | 2A |
| Octal | 67 | 72 | 241 | 102 | 100 | 0 | 45 | 356 | 61 | 52 |
| Binary | 110111 | 111010 | 10100001 | 1000010 | 1000000 | 0 | 100101 | 11101110 | 110001 | 101010 |
Color Harmonies of #373AA1
Complementary color
Monochromatic Colors of #373AA1
Black with #373AA1
Text Example
Text Example
White with #373AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373AA1; }
p { color: rgb(55,58,161); }
H1.HeaderClassName
{
color: #373AA1;
}
.AnyTagClassName
{
color: #373AA1;
}
</style>
background-color css
<style>
a { background-color: #373AA1; }
a { background-color: rgb(55,58,161); }
div.DivClassName
{
background-color: #373AA1;
}
.BgClassName
{
background-color: #373AA1;
}
</style>
border-color css
<style>
span { border-color: #373AA1; }
span { border-color: rgb(55,58,161); }
td.TdClassName
{
border-color: #373AA1;
}
.TagClassName
{
border-color: #373AA1;
}
</style>