#37329E

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

Shades of Dark Slate Blue #37329E

Tints of Dark Slate Blue #37329E

Color information

#37329E (or 0x37329E) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 32 and 9E. RGB value is (55,50,158). Sum of RGB (Red+Green+Blue) = 55+50+158=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 50 (19.92% from 255 or 19.01% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #37329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37329E is #C8CD61. Grayscale: #3F3F3F. Windows color (decimal): -13159778 or 10367543. OLE color: 10367543.

HSL color Cylindrical-coordinate representation of color #37329E: hue angle of 242.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37329E is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5550158-
CMYK0.650.6800.38
HSL242.78º51.92%40.78%-
HSV(B)242.78º68.35%61.96%-
XYZ8.895.5632.95-
YUV63.81181.16121.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.91%
GREEN value IS 50 (19.92% from 255) = 19.01%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=20.91%
G=19.01%
B=60.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55501580.650.6800.38242.7851.9240.78
Hex37329E4144026f33429
Octal67622361011040463636451
Binary1101111100101001111010000011000100010011011110011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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