Shades of Dark Slate Blue #37349F
Tints of Dark Slate Blue #37349F
RGB
CMYK
RGB Variations
Color information
#37349F (or 0x37349F) is known color: Dark Slate Blue. HEX triplet: 37, 34 and 9F. RGB value is (55,52,159). Sum of RGB (Red+Green+Blue) = 55+52+159=266 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.68% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 159 (62.5% from 255 or 59.77% from 266); Max value from RGB is 159 - color contains mainly: blue. Hex color #37349F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37349F is #C8CB60. Grayscale: #404040. Windows color (decimal): -13159265 or 10433591. OLE color: 10433591.
HSL color Cylindrical-coordinate representation of color #37349F: hue angle of 241.68º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37349F is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 52 | 159 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.38 |
| HSL | 241.68º | 0.51% | 0.41% | - |
| HSV(B) | 241.68º | 0.67% | 0.62% | - |
| XYZ | 9.06 | 5.77 | 33.44 | - |
| YUV | 65.1 | 180.99 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 52 | 159 | 0.65 | 0.67 | 0 | 0.38 | 241.68 | 0.51 | 0.41 |
| Hex | 37 | 34 | 9F | 41 | 43 | 0 | 26 | F2 | 33 | 29 |
| Octal | 67 | 64 | 237 | 101 | 103 | 0 | 46 | 362 | 63 | 51 |
| Binary | 110111 | 110100 | 10011111 | 1000001 | 1000011 | 0 | 100110 | 11110010 | 110011 | 101001 |
Color Harmonies of #37349F
Complementary color
Monochromatic Colors of #37349F
Black with #37349F
Text Example
Text Example
White with #37349F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37349F; }
p { color: rgb(55,52,159); }
H1.HeaderClassName
{
color: #37349F;
}
.AnyTagClassName
{
color: #37349F;
}
</style>
background-color css
<style>
a { background-color: #37349F; }
a { background-color: rgb(55,52,159); }
div.DivClassName
{
background-color: #37349F;
}
.BgClassName
{
background-color: #37349F;
}
</style>
border-color css
<style>
span { border-color: #37349F; }
span { border-color: rgb(55,52,159); }
td.TdClassName
{
border-color: #37349F;
}
.TagClassName
{
border-color: #37349F;
}
</style>