#373594

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

Shades of Dark Slate Blue #373594

Tints of Dark Slate Blue #373594

Color information

#373594 (or 0x373594) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 35 and 94. RGB value is (55,53,148). Sum of RGB (Red+Green+Blue) = 55+53+148=256 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.48% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #373594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373594 is #C8CA6B. Grayscale: #404040. Windows color (decimal): -13159020 or 9712951. OLE color: 9712951.

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

Color convert

RGB5553148-
CMYK0.630.6400.42
HSL241.26º47.26%39.41%-
HSV(B)241.26º64.19%58.04%-
XYZ8.195.528.65-
YUV64.43175.16121.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.48%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 148 (58.20% from 255) = 57.81%
R=21.48%
G=20.70%
B=57.81%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55531480.630.6400.42241.2647.2639.41
Hex3735943F4002Af12f27
Octal6765224771000523615747
Binary110111110101100101001111111000000010101011110001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373594; }

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

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

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

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

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

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

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

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