#373B9D

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

Shades of Dark Slate Blue #373B9D

Tints of Dark Slate Blue #373B9D

Color information

#373B9D (or 0x373B9D) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 3B and 9D. RGB value is (55,59,157). Sum of RGB (Red+Green+Blue) = 55+59+157=271 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.30% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #373B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373B9D is #C8C462. Grayscale: #444444. Windows color (decimal): -13157475 or 10304311. OLE color: 10304311.

HSL color Cylindrical-coordinate representation of color #373B9D: hue angle of 237.65º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #373B9D is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5559157-
CMYK0.650.6200.38
HSL237.65º48.11%41.57%-
HSV(B)237.65º64.97%61.57%-
XYZ9.236.3732.64-
YUV68.98177.67118.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 20.30%
GREEN value IS 59 (23.44% from 255) = 21.77%
BLUE value IS 157 (61.72% from 255) = 57.93%
R=20.30%
G=21.77%
B=57.93%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55591570.650.6200.38237.6548.1141.57
Hex373B9D413E026ee302a
Octal6773235101760463566052
Binary110111111011100111011000001111110010011011101110110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,59,157); }

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

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

 a { background-color: rgb(55,59,157); }

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

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

 span { border-color: rgb(55,59,157); }

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