#373294

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

Shades of Dark Slate Blue #373294

Tints of Dark Slate Blue #373294

Color information

#373294 (or 0x373294) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 32 and 94. RGB value is (55,50,148). Sum of RGB (Red+Green+Blue) = 55+50+148=253 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.74% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #373294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373294 is #C8CD6B. Grayscale: #3E3E3E. Windows color (decimal): -13159788 or 9712183. OLE color: 9712183.

HSL color Cylindrical-coordinate representation of color #373294: hue angle of 243.06º 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 #373294 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5550148-
CMYK0.630.6600.42
HSL243.06º49.49%38.82%-
HSV(B)243.06º66.22%58.04%-
XYZ8.065.2328.6-
YUV62.67176.16122.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.74%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 148 (58.20% from 255) = 58.50%
R=21.74%
G=19.76%
B=58.50%

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
Decimal55501480.630.6600.42243.0649.4938.82
Hex3732943F4202Af33127
Octal6762224771020523636147
Binary110111110010100101001111111000010010101011110011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373294; }

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

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

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

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

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

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

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

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