#372790

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

Shades of Dark Slate Blue #372790

Tints of Dark Slate Blue #372790

Color information

#372790 (or 0x372790) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 27 and 90. RGB value is (55,39,144). Sum of RGB (Red+Green+Blue) = 55+39+144=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #372790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372790 is #C8D86F. Grayscale: #373737. Windows color (decimal): -13162608 or 9447223. OLE color: 9447223.

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

Color convert

RGB5539144-
CMYK0.620.7300.44
HSL249.14º57.38%35.88%-
HSV(B)249.14º72.92%56.47%-
XYZ7.344.2826.82-
YUV55.75177.8127.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 144 (56.64% from 255) = 60.50%
R=23.11%
G=16.39%
B=60.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55391440.620.7300.44249.1457.3835.88
Hex3727903E4902Cf93924
Octal6747220761110543717144
Binary110111100111100100001111101001001010110011111001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372790; }

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

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

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

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

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

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

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

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