#373494

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

Shades of Dark Slate Blue #373494

Tints of Dark Slate Blue #373494

Color information

#373494 (or 0x373494) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 34 and 94. RGB value is (55,52,148). Sum of RGB (Red+Green+Blue) = 55+52+148=255 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.57% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #373494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373494 is #C8CB6B. Grayscale: #3F3F3F. Windows color (decimal): -13159276 or 9712695. OLE color: 9712695.

HSL color Cylindrical-coordinate representation of color #373494: hue angle of 241.88º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #373494 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5552148-
CMYK0.630.6500.42
HSL241.88º48%39.22%-
HSV(B)241.88º64.86%58.04%-
XYZ8.155.4128.63-
YUV63.84175.49121.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.57%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 148 (58.20% from 255) = 58.04%
R=21.57%
G=20.39%
B=58.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55521480.630.6500.42241.884839.22
Hex3734943F4102Af23027
Octal6764224771010523626047
Binary110111110100100101001111111000001010101011110010110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373494; }

 p { color: rgb(55,52,148); }

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

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

 a { background-color: rgb(55,52,148); }

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

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

 span { border-color: rgb(55,52,148); }

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