#372A95

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

Shades of Dark Slate Blue #372A95

Tints of Dark Slate Blue #372A95

Color information

#372A95 (or 0x372A95) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2A and 95. RGB value is (55,42,149). Sum of RGB (Red+Green+Blue) = 55+42+149=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 42 (16.80% from 255 or 17.07% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #372A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372A95 is #C8D56A. Grayscale: #393939. Windows color (decimal): -13161835 or 9775671. OLE color: 9775671.

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

Color convert

RGB5542149-
CMYK0.630.7200.42
HSL247.29º56.02%37.45%-
HSV(B)247.29º71.81%58.43%-
XYZ7.834.6428.92-
YUV58.09179.31125.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 42 (16.80% from 255) = 17.07%
BLUE value IS 149 (58.59% from 255) = 60.57%
R=22.36%
G=17.07%
B=60.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55421490.630.7200.42247.2956.0237.45
Hex372A953F4802Af73825
Octal6752225771100523677045
Binary110111101010100101011111111001000010101011110111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372A95; }

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

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

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

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

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

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

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

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