#373491

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

Shades of Dark Slate Blue #373491

Tints of Dark Slate Blue #373491

Color information

#373491 (or 0x373491) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 34 and 91. RGB value is (55,52,145). Sum of RGB (Red+Green+Blue) = 55+52+145=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #373491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373491 is #C8CB6E. Grayscale: #3F3F3F. Windows color (decimal): -13159279 or 9516087. OLE color: 9516087.

HSL color Cylindrical-coordinate representation of color #373491: hue angle of 241.94º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373491 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5552145-
CMYK0.620.6400.43
HSL241.94º47.21%38.63%-
HSV(B)241.94º64.14%56.86%-
XYZ7.915.3127.4-
YUV63.5173.99121.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 21.83%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 145 (57.03% from 255) = 57.54%
R=21.83%
G=20.63%
B=57.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55521450.620.6400.43241.9447.2138.63
Hex3734913E4002Bf22f27
Octal6764221761000533625747
Binary110111110100100100011111101000000010101111110010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373491; }

 p { color: rgb(55,52,145); }

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

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

 a { background-color: rgb(55,52,145); }

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

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

 span { border-color: rgb(55,52,145); }

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