#37329B

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

Shades of Dark Slate Blue #37329B

Tints of Dark Slate Blue #37329B

Color information

#37329B (or 0x37329B) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 32 and 9B. RGB value is (55,50,155). Sum of RGB (Red+Green+Blue) = 55+50+155=260 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.15% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #37329B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37329B is #C8CD64. Grayscale: #3F3F3F. Windows color (decimal): -13159781 or 10170935. OLE color: 10170935.

HSL color Cylindrical-coordinate representation of color #37329B: hue angle of 242.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37329B is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5550155-
CMYK0.650.6800.39
HSL242.86º51.22%40.2%-
HSV(B)242.86º67.74%60.78%-
XYZ8.635.4631.61-
YUV63.46179.66121.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.15%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 155 (60.94% from 255) = 59.62%
R=21.15%
G=19.23%
B=59.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55501550.650.6800.39242.8651.2240.2
Hex37329B4144027f33328
Octal67622331011040473636350
Binary1101111100101001101110000011000100010011111110011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37329B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37329B; }

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

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

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

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

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

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

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

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