#372E89

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

Shades of Dark Slate Blue #372E89

Tints of Dark Slate Blue #372E89

Color information

#372E89 (or 0x372E89) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2E and 89. RGB value is (55,46,137). Sum of RGB (Red+Green+Blue) = 55+46+137=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 46 (18.36% from 255 or 19.33% from 238); Blue value is 137 (53.91% from 255 or 57.56% from 238); Max value from RGB is 137 - color contains mainly: blue. Hex color #372E89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372E89 is #C8D176. Grayscale: #3A3A3A. Windows color (decimal): -13160823 or 8990263. OLE color: 8990263.

HSL color Cylindrical-coordinate representation of color #372E89: hue angle of 245.93º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #372E89 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5546137-
CMYK0.600.6600.46
HSL245.93º49.73%35.88%-
HSV(B)245.93º66.42%53.73%-
XYZ7.074.5724.18-
YUV59.07171.98125.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 46 (18.36% from 255) = 19.33%
BLUE value IS 137 (53.91% from 255) = 57.56%
R=23.11%
G=19.33%
B=57.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55461370.600.6600.46245.9349.7335.88
Hex372E893C4202Ef63224
Octal6756211741020563666244
Binary110111101110100010011111001000010010111011110110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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