Shades of Dark Slate Blue #37299A
Tints of Dark Slate Blue #37299A
RGB
CMYK
RGB Variations
Color information
#37299A (or 0x37299A) is known color: Dark Slate Blue. HEX triplet: 37, 29 and 9A. RGB value is (55,41,154). Sum of RGB (Red+Green+Blue) = 55+41+154=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #37299A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37299A is #C8D665. Grayscale: #393939. Windows color (decimal): -13162086 or 10103095. OLE color: 10103095.
HSL color Cylindrical-coordinate representation of color #37299A: hue angle of 247.43º degrees, saturation: 0.58, 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 #37299A is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 41 | 154 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.40 |
| HSL | 247.43º | 0.58% | 0.38% | - |
| HSV(B) | 247.43º | 0.73% | 0.6% | - |
| XYZ | 8.2 | 4.73 | 31.05 | - |
| YUV | 58.07 | 182.14 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 154 | 0.64 | 0.73 | 0 | 0.40 | 247.43 | 0.58 | 0.38 |
| Hex | 37 | 29 | 9A | 40 | 49 | 0 | 28 | F7 | 3A | 26 |
| Octal | 67 | 51 | 232 | 100 | 111 | 0 | 50 | 367 | 72 | 46 |
| Binary | 110111 | 101001 | 10011010 | 1000000 | 1001001 | 0 | 101000 | 11110111 | 111010 | 100110 |
Color Harmonies of #37299A
Complementary color
Monochromatic Colors of #37299A
Black with #37299A
Text Example
Text Example
White with #37299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37299A; }
p { color: rgb(55,41,154); }
H1.HeaderClassName
{
color: #37299A;
}
.AnyTagClassName
{
color: #37299A;
}
</style>
background-color css
<style>
a { background-color: #37299A; }
a { background-color: rgb(55,41,154); }
div.DivClassName
{
background-color: #37299A;
}
.BgClassName
{
background-color: #37299A;
}
</style>
border-color css
<style>
span { border-color: #37299A; }
span { border-color: rgb(55,41,154); }
td.TdClassName
{
border-color: #37299A;
}
.TagClassName
{
border-color: #37299A;
}
</style>