#37328E

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

Shades of Dark Slate Blue #37328E

Tints of Dark Slate Blue #37328E

Color information

#37328E (or 0x37328E) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 32 and 8E. RGB value is (55,50,142). Sum of RGB (Red+Green+Blue) = 55+50+142=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #37328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37328E is #C8CD71. Grayscale: #3D3D3D. Windows color (decimal): -13159794 or 9318967. OLE color: 9318967.

HSL color Cylindrical-coordinate representation of color #37328E: hue angle of 243.26º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #37328E is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5550142-
CMYK0.610.6500.44
HSL243.26º47.92%37.65%-
HSV(B)243.26º64.79%55.69%-
XYZ7.65.0526.16-
YUV61.98173.16123.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 142 (55.86% from 255) = 57.49%
R=22.27%
G=20.24%
B=57.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal55501420.610.6500.44243.2647.9237.65
Hex37328E3D4102Cf33026
Octal6762216751010543636046
Binary110111110010100011101111011000001010110011110011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37328E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37328E; }

 p { color: rgb(55,50,142); }

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

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

 a { background-color: rgb(55,50,142); }

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

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

 span { border-color: rgb(55,50,142); }

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