#37308C

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

Shades of Dark Slate Blue #37308C

Tints of Dark Slate Blue #37308C

Color information

#37308C (or 0x37308C) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 30 and 8C. RGB value is (55,48,140). Sum of RGB (Red+Green+Blue) = 55+48+140=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #37308C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37308C is #C8CF73. Grayscale: #3C3C3C. Windows color (decimal): -13160308 or 9187383. OLE color: 9187383.

HSL color Cylindrical-coordinate representation of color #37308C: hue angle of 244.57º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37308C is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5548140-
CMYK0.610.6600.45
HSL244.57º48.94%36.86%-
HSV(B)244.57º65.71%54.9%-
XYZ7.374.8225.35-
YUV60.58172.82124.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 140 (55.08% from 255) = 57.61%
R=22.63%
G=19.75%
B=57.61%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal55481400.610.6600.45244.5748.9436.86
Hex37308C3D4202Df53125
Octal6760214751020553656145
Binary110111110000100011001111011000010010110111110101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,48,140); }

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

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

 a { background-color: rgb(55,48,140); }

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

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

 span { border-color: rgb(55,48,140); }

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