Shades of Dark Slate Blue #373AA4
Tints of Dark Slate Blue #373AA4
RGB
CMYK
RGB Variations
Color information
#373AA4 (or 0x373AA4) is known color: Dark Slate Blue. HEX triplet: 37, 3A and A4. RGB value is (55,58,164). Sum of RGB (Red+Green+Blue) = 55+58+164=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 58 (23.05% from 255 or 20.94% from 277); Blue value is 164 (64.45% from 255 or 59.21% from 277); Max value from RGB is 164 - color contains mainly: blue. Hex color #373AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373AA4 is #C8C55B. Grayscale: #444444. Windows color (decimal): -13157724 or 10762807. OLE color: 10762807.
HSL color Cylindrical-coordinate representation of color #373AA4: hue angle of 238.35º 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 #373AA4 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 55 | 58 | 164 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.36 |
| HSL | 238.35º | 0.5% | 0.43% | - |
| HSV(B) | 238.35º | 0.66% | 0.64% | - |
| XYZ | 9.79 | 6.52 | 35.86 | - |
| YUV | 69.19 | 181.51 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 164 | 0.66 | 0.65 | 0 | 0.36 | 238.35 | 0.5 | 0.43 |
| Hex | 37 | 3A | A4 | 42 | 41 | 0 | 24 | EE | 32 | 2B |
| Octal | 67 | 72 | 244 | 102 | 101 | 0 | 44 | 356 | 62 | 53 |
| Binary | 110111 | 111010 | 10100100 | 1000010 | 1000001 | 0 | 100100 | 11101110 | 110010 | 101011 |
Color Harmonies of #373AA4
Complementary color
Monochromatic Colors of #373AA4
Black with #373AA4
Text Example
Text Example
White with #373AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373AA4; }
p { color: rgb(55,58,164); }
H1.HeaderClassName
{
color: #373AA4;
}
.AnyTagClassName
{
color: #373AA4;
}
</style>
background-color css
<style>
a { background-color: #373AA4; }
a { background-color: rgb(55,58,164); }
div.DivClassName
{
background-color: #373AA4;
}
.BgClassName
{
background-color: #373AA4;
}
</style>
border-color css
<style>
span { border-color: #373AA4; }
span { border-color: rgb(55,58,164); }
td.TdClassName
{
border-color: #373AA4;
}
.TagClassName
{
border-color: #373AA4;
}
</style>