Shades of Dark Slate Blue #372FA2
Tints of Dark Slate Blue #372FA2
RGB
CMYK
RGB Variations
Color information
#372FA2 (or 0x372FA2) is known color: Dark Slate Blue. HEX triplet: 37, 2F and A2. RGB value is (55,47,162). Sum of RGB (Red+Green+Blue) = 55+47+162=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 162 (63.67% from 255 or 61.36% from 264); Max value from RGB is 162 - color contains mainly: blue. Hex color #372FA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372FA2 is #C8D05D. Grayscale: #3E3E3E. Windows color (decimal): -13160542 or 10628919. OLE color: 10628919.
HSL color Cylindrical-coordinate representation of color #372FA2: hue angle of 244.17º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #372FA2 is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 47 | 162 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.36 |
| HSL | 244.17º | 0.55% | 0.41% | - |
| HSV(B) | 244.17º | 0.71% | 0.64% | - |
| XYZ | 9.11 | 5.45 | 34.75 | - |
| YUV | 62.5 | 184.15 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 47 | 162 | 0.66 | 0.71 | 0 | 0.36 | 244.17 | 0.55 | 0.41 |
| Hex | 37 | 2F | A2 | 42 | 47 | 0 | 24 | F4 | 37 | 29 |
| Octal | 67 | 57 | 242 | 102 | 107 | 0 | 44 | 364 | 67 | 51 |
| Binary | 110111 | 101111 | 10100010 | 1000010 | 1000111 | 0 | 100100 | 11110100 | 110111 | 101001 |
Color Harmonies of #372FA2
Complementary color
Monochromatic Colors of #372FA2
Black with #372FA2
Text Example
Text Example
White with #372FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372FA2; }
p { color: rgb(55,47,162); }
H1.HeaderClassName
{
color: #372FA2;
}
.AnyTagClassName
{
color: #372FA2;
}
</style>
background-color css
<style>
a { background-color: #372FA2; }
a { background-color: rgb(55,47,162); }
div.DivClassName
{
background-color: #372FA2;
}
.BgClassName
{
background-color: #372FA2;
}
</style>
border-color css
<style>
span { border-color: #372FA2; }
span { border-color: rgb(55,47,162); }
td.TdClassName
{
border-color: #372FA2;
}
.TagClassName
{
border-color: #372FA2;
}
</style>