#372795

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

Shades of Dark Slate Blue #372795

Tints of Dark Slate Blue #372795

Color information

#372795 (or 0x372795) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 27 and 95. RGB value is (55,39,149). Sum of RGB (Red+Green+Blue) = 55+39+149=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 39 (15.62% from 255 or 16.05% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #372795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372795 is #C8D86A. Grayscale: #373737. Windows color (decimal): -13162603 or 9774903. OLE color: 9774903.

HSL color Cylindrical-coordinate representation of color #372795: hue angle of 248.73º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #372795 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5539149-
CMYK0.630.7400.42
HSL248.73º58.51%36.86%-
HSV(B)248.73º73.83%58.43%-
XYZ7.734.4328.88-
YUV56.32180.3127.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.63%
GREEN value IS 39 (15.62% from 255) = 16.05%
BLUE value IS 149 (58.59% from 255) = 61.32%
R=22.63%
G=16.05%
B=61.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55391490.630.7400.42248.7358.5136.86
Hex3727953F4A02Af93b25
Octal6747225771120523717345
Binary110111100111100101011111111001010010101011111001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372795; }

 p { color: rgb(55,39,149); }

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

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

 a { background-color: rgb(55,39,149); }

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

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

 span { border-color: rgb(55,39,149); }

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