Shades of Dark Slate Blue #372A9A
Tints of Dark Slate Blue #372A9A
RGB
CMYK
RGB Variations
Color information
#372A9A (or 0x372A9A) is known color: Dark Slate Blue. HEX triplet: 37, 2A and 9A. RGB value is (55,42,154). Sum of RGB (Red+Green+Blue) = 55+42+154=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 154 (60.55% from 255 or 61.35% from 251); Max value from RGB is 154 - color contains mainly: blue. Hex color #372A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372A9A is #C8D565. Grayscale: #3A3A3A. Windows color (decimal): -13161830 or 10103351. OLE color: 10103351.
HSL color Cylindrical-coordinate representation of color #372A9A: hue angle of 246.96º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372A9A is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 42 | 154 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.40 |
| HSL | 246.96º | 0.57% | 0.38% | - |
| HSV(B) | 246.96º | 0.73% | 0.6% | - |
| XYZ | 8.24 | 4.8 | 31.06 | - |
| YUV | 58.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 154 | 0.64 | 0.73 | 0 | 0.40 | 246.96 | 0.57 | 0.38 |
| Hex | 37 | 2A | 9A | 40 | 49 | 0 | 28 | F7 | 39 | 26 |
| Octal | 67 | 52 | 232 | 100 | 111 | 0 | 50 | 367 | 71 | 46 |
| Binary | 110111 | 101010 | 10011010 | 1000000 | 1001001 | 0 | 101000 | 11110111 | 111001 | 100110 |
Color Harmonies of #372A9A
Complementary color
Monochromatic Colors of #372A9A
Black with #372A9A
Text Example
Text Example
White with #372A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A9A; }
p { color: rgb(55,42,154); }
H1.HeaderClassName
{
color: #372A9A;
}
.AnyTagClassName
{
color: #372A9A;
}
</style>
background-color css
<style>
a { background-color: #372A9A; }
a { background-color: rgb(55,42,154); }
div.DivClassName
{
background-color: #372A9A;
}
.BgClassName
{
background-color: #372A9A;
}
</style>
border-color css
<style>
span { border-color: #372A9A; }
span { border-color: rgb(55,42,154); }
td.TdClassName
{
border-color: #372A9A;
}
.TagClassName
{
border-color: #372A9A;
}
</style>