#373E9C

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

Shades of Dark Slate Blue #373E9C

Tints of Dark Slate Blue #373E9C

Color information

#373E9C (or 0x373E9C) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 3E and 9C. RGB value is (55,62,156). Sum of RGB (Red+Green+Blue) = 55+62+156=273 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.15% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #373E9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373E9C is #C8C163. Grayscale: #464646. Windows color (decimal): -13156708 or 10239543. OLE color: 10239543.

HSL color Cylindrical-coordinate representation of color #373E9C: hue angle of 235.84º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #373E9C is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5562156-
CMYK0.650.6000.39
HSL235.84º47.87%41.37%-
HSV(B)235.84º64.74%61.18%-
XYZ9.36.6632.25-
YUV70.62176.18116.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.15%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 156 (61.33% from 255) = 57.14%
R=20.15%
G=22.71%
B=57.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55621560.650.6000.39235.8447.8741.37
Hex373E9C413C027ec3029
Octal6776234101740473546051
Binary110111111110100111001000001111100010011111101100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373E9C; }

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

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

<style>
 a { background-color: #373E9C; }

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

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

<style>
 span { border-color: #373E9C; }

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

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