#372E90

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

Shades of Dark Slate Blue #372E90

Tints of Dark Slate Blue #372E90

Color information

#372E90 (or 0x372E90) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2E and 90. RGB value is (55,46,144). Sum of RGB (Red+Green+Blue) = 55+46+144=245 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.45% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #372E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372E90 is #C8D16F. Grayscale: #3B3B3B. Windows color (decimal): -13160816 or 9449015. OLE color: 9449015.

HSL color Cylindrical-coordinate representation of color #372E90: hue angle of 245.51º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #372E90 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5546144-
CMYK0.620.6800.44
HSL245.51º51.58%37.25%-
HSV(B)245.51º68.06%56.47%-
XYZ7.594.7826.91-
YUV59.86175.48124.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.45%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 144 (56.64% from 255) = 58.78%
R=22.45%
G=18.78%
B=58.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55461440.620.6800.44245.5151.5837.25
Hex372E903E4402Cf63425
Octal6756220761040543666445
Binary110111101110100100001111101000100010110011110110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372E90; }

 p { color: rgb(55,46,144); }

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

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

 a { background-color: rgb(55,46,144); }

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

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

 span { border-color: rgb(55,46,144); }

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