#373091

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

Shades of Dark Slate Blue #373091

Tints of Dark Slate Blue #373091

Color information

#373091 (or 0x373091) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 30 and 91. RGB value is (55,48,145). Sum of RGB (Red+Green+Blue) = 55+48+145=248 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.18% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #373091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373091 is #C8CF6E. Grayscale: #3C3C3C. Windows color (decimal): -13160303 or 9515063. OLE color: 9515063.

HSL color Cylindrical-coordinate representation of color #373091: hue angle of 244.33º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #373091 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5548145-
CMYK0.620.6700.43
HSL244.33º50.26%37.84%-
HSV(B)244.33º66.9%56.86%-
XYZ7.744.9727.34-
YUV61.15175.32123.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.18%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 145 (57.03% from 255) = 58.47%
R=22.18%
G=19.35%
B=58.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55481450.620.6700.43244.3350.2637.84
Hex3730913E4302Bf43226
Octal6760221761030533646246
Binary110111110000100100011111101000011010101111110100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373091; }

 p { color: rgb(55,48,145); }

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

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

 a { background-color: rgb(55,48,145); }

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

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

 span { border-color: rgb(55,48,145); }

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