#372A90

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

Shades of Dark Slate Blue #372A90

Tints of Dark Slate Blue #372A90

Color information

#372A90 (or 0x372A90) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2A and 90. RGB value is (55,42,144). Sum of RGB (Red+Green+Blue) = 55+42+144=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #372A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372A90 is #C8D56F. Grayscale: #393939. Windows color (decimal): -13161840 or 9447991. OLE color: 9447991.

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

Color convert

RGB5542144-
CMYK0.620.7100.44
HSL247.65º54.84%36.47%-
HSV(B)247.65º70.83%56.47%-
XYZ7.444.4826.86-
YUV57.52176.81126.21-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 144 (56.64% from 255) = 59.75%
R=22.82%
G=17.43%
B=59.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55421440.620.7100.44247.6554.8436.47
Hex372A903E4702Cf83724
Octal6752220761070543706744
Binary110111101010100100001111101000111010110011111000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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