Shades of Dark Slate Blue #37308C
Tints of Dark Slate Blue #37308C
RGB
CMYK
RGB Variations
Color information
#37308C (or 0x37308C) is known color: Dark Slate Blue. HEX triplet: 37, 30 and 8C. RGB value is (55,48,140). Sum of RGB (Red+Green+Blue) = 55+48+140=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #37308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37308C is #C8CF73. Grayscale: #3C3C3C. Windows color (decimal): -13160308 or 9187383. OLE color: 9187383.
HSL color Cylindrical-coordinate representation of color #37308C: hue angle of 244.57º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37308C is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 48 | 140 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.45 |
| HSL | 244.57º | 0.49% | 0.37% | - |
| HSV(B) | 244.57º | 0.66% | 0.55% | - |
| XYZ | 7.37 | 4.82 | 25.35 | - |
| YUV | 60.58 | 172.82 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 140 | 0.61 | 0.66 | 0 | 0.45 | 244.57 | 0.49 | 0.37 |
| Hex | 37 | 30 | 8C | 3D | 42 | 0 | 2D | F5 | 31 | 25 |
| Octal | 67 | 60 | 214 | 75 | 102 | 0 | 55 | 365 | 61 | 45 |
| Binary | 110111 | 110000 | 10001100 | 111101 | 1000010 | 0 | 101101 | 11110101 | 110001 | 100101 |
Color Harmonies of #37308C
Complementary color
Monochromatic Colors of #37308C
Black with #37308C
Text Example
Text Example
White with #37308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37308C; }
p { color: rgb(55,48,140); }
H1.HeaderClassName
{
color: #37308C;
}
.AnyTagClassName
{
color: #37308C;
}
</style>
background-color css
<style>
a { background-color: #37308C; }
a { background-color: rgb(55,48,140); }
div.DivClassName
{
background-color: #37308C;
}
.BgClassName
{
background-color: #37308C;
}
</style>
border-color css
<style>
span { border-color: #37308C; }
span { border-color: rgb(55,48,140); }
td.TdClassName
{
border-color: #37308C;
}
.TagClassName
{
border-color: #37308C;
}
</style>