#37329C

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

Shades of Dark Slate Blue #37329C

Tints of Dark Slate Blue #37329C

Color information

#37329C (or 0x37329C) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 32 and 9C. RGB value is (55,50,156). Sum of RGB (Red+Green+Blue) = 55+50+156=261 (34% of max value = 765). Red value is 55 (21.88% from 255 or 21.07% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #37329C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37329C is #C8CD63. Grayscale: #3F3F3F. Windows color (decimal): -13159780 or 10236471. OLE color: 10236471.

HSL color Cylindrical-coordinate representation of color #37329C: hue angle of 242.83º 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 #37329C is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5550156-
CMYK0.650.6800.39
HSL242.83º51.46%40.39%-
HSV(B)242.83º67.95%61.18%-
XYZ8.725.4932.05-
YUV63.58180.16121.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.07%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 156 (61.33% from 255) = 59.77%
R=21.07%
G=19.16%
B=59.77%

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
Decimal55501560.650.6800.39242.8351.4640.39
Hex37329C4144027f33328
Octal67622341011040473636350
Binary1101111100101001110010000011000100010011111110011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37329C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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