Shades of Dark Slate Blue #373CA4
Tints of Dark Slate Blue #373CA4
RGB
CMYK
RGB Variations
Color information
#373CA4 (or 0x373CA4) is known color: Dark Slate Blue. HEX triplet: 37, 3C and A4. RGB value is (55,60,164). Sum of RGB (Red+Green+Blue) = 55+60+164=279 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.71% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 164 (64.45% from 255 or 58.78% from 279); Max value from RGB is 164 - color contains mainly: blue. Hex color #373CA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373CA4 is #C8C35B. Grayscale: #454545. Windows color (decimal): -13157212 or 10763319. OLE color: 10763319.
HSL color Cylindrical-coordinate representation of color #373CA4: hue angle of 237.25º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #373CA4 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 60 | 164 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.36 |
| HSL | 237.25º | 0.5% | 0.43% | - |
| HSV(B) | 237.25º | 0.66% | 0.64% | - |
| XYZ | 9.89 | 6.72 | 35.9 | - |
| YUV | 70.36 | 180.84 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 164 | 0.66 | 0.63 | 0 | 0.36 | 237.25 | 0.5 | 0.43 |
| Hex | 37 | 3C | A4 | 42 | 3F | 0 | 24 | ED | 32 | 2B |
| Octal | 67 | 74 | 244 | 102 | 77 | 0 | 44 | 355 | 62 | 53 |
| Binary | 110111 | 111100 | 10100100 | 1000010 | 111111 | 0 | 100100 | 11101101 | 110010 | 101011 |
Color Harmonies of #373CA4
Complementary color
Monochromatic Colors of #373CA4
Black with #373CA4
Text Example
Text Example
White with #373CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373CA4; }
p { color: rgb(55,60,164); }
H1.HeaderClassName
{
color: #373CA4;
}
.AnyTagClassName
{
color: #373CA4;
}
</style>
background-color css
<style>
a { background-color: #373CA4; }
a { background-color: rgb(55,60,164); }
div.DivClassName
{
background-color: #373CA4;
}
.BgClassName
{
background-color: #373CA4;
}
</style>
border-color css
<style>
span { border-color: #373CA4; }
span { border-color: rgb(55,60,164); }
td.TdClassName
{
border-color: #373CA4;
}
.TagClassName
{
border-color: #373CA4;
}
</style>