#373089

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

Shades of Dark Slate Blue #373089

Tints of Dark Slate Blue #373089

Color information

#373089 (or 0x373089) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 30 and 89. RGB value is (55,48,137). Sum of RGB (Red+Green+Blue) = 55+48+137=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #373089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373089 is #C8CF76. Grayscale: #3B3B3B. Windows color (decimal): -13160311 or 8990775. OLE color: 8990775.

HSL color Cylindrical-coordinate representation of color #373089: hue angle of 244.72º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #373089 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5548137-
CMYK0.600.6500.46
HSL244.72º48.11%36.27%-
HSV(B)244.72º64.96%53.73%-
XYZ7.154.7324.2-
YUV60.24171.32124.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 137 (53.91% from 255) = 57.08%
R=22.92%
G=20%
B=57.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal55481370.600.6500.46244.7248.1136.27
Hex3730893C4102Ef53024
Octal6760211741010563656044
Binary110111110000100010011111001000001010111011110101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373089; }

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

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

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

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

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

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

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

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