#373394

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

Shades of Dark Slate Blue #373394

Tints of Dark Slate Blue #373394

Color information

#373394 (or 0x373394) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 33 and 94. RGB value is (55,51,148). Sum of RGB (Red+Green+Blue) = 55+51+148=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #373394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373394 is #C8CC6B. Grayscale: #3E3E3E. Windows color (decimal): -13159532 or 9712439. OLE color: 9712439.

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

Color convert

RGB5551148-
CMYK0.630.6600.42
HSL242.47º48.74%39.02%-
HSV(B)242.47º65.54%58.04%-
XYZ8.15.3228.62-
YUV63.25175.83122.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.65%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 148 (58.20% from 255) = 58.27%
R=21.65%
G=20.08%
B=58.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55511480.630.6600.42242.4748.7439.02
Hex3733943F4202Af23127
Octal6763224771020523626147
Binary110111110011100101001111111000010010101011110010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373394; }

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

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

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

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

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

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

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

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