#373A96

Color #373A96 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #373A96

Tints of Dark Slate Blue #373A96

Color information

#373A96 (or 0x373A96) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 3A and 96. RGB value is (55,58,150). Sum of RGB (Red+Green+Blue) = 55+58+150=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #373A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373A96 is #C8C569. Grayscale: #434343. Windows color (decimal): -13157738 or 9845303. OLE color: 9845303.

HSL color Cylindrical-coordinate representation of color #373A96: hue angle of 238.11º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373A96 is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5558150-
CMYK0.630.6100.41
HSL238.11º46.34%40.2%-
HSV(B)238.11º63.33%58.82%-
XYZ8.596.0429.57-
YUV67.59174.51119.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 150 (58.98% from 255) = 57.03%
R=20.91%
G=22.05%
B=57.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal55581500.630.6100.41238.1146.3440.2
Hex373A963F3D029ee2e28
Octal677222677750513565650
Binary11011111101010010110111111111101010100111101110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373A96; }

 p { color: rgb(55,58,150); }

 H1.HeaderClassName
 {
   color: #373A96;
 }
 .AnyTagClassName
 {
   color: #373A96;
 }
</style>
background-color css

<style>
 a { background-color: #373A96; }

 a { background-color: rgb(55,58,150); }

 div.DivClassName
 {
   background-color: #373A96;
 }
 .BgClassName
 {
   background-color: #373A96;
 }
</style>
border-color css

<style>
 span { border-color: #373A96; }

 span { border-color: rgb(55,58,150); }

 td.TdClassName
 {
   border-color: #373A96;
 }
 .TagClassName
 {
   border-color: #373A96;
 }
</style>