#372c85

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

Shades of Dark Slate Blue #372C85

Tints of Dark Slate Blue #372C85

Color information

#372C85 (or 0x372C85) is unknown color: approx Dark Slate Blue. HEX triplet: 37, 2C and 85. RGB value is (55,44,133). Sum of RGB (Red+Green+Blue) = 55+44+133=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #372C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372C85 is #C8D37A. Grayscale: #393939. Windows color (decimal): -13161339 or 8727607. OLE color: 8727607.

HSL color Cylindrical-coordinate representation of color #372C85: hue angle of 247.42º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #372C85 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5544133-
CMYK0.590.6700.48
HSL247.42º50.28%34.71%-
HSV(B)247.42º66.92%52.16%-
XYZ6.714.3122.67-
YUV57.43170.64126.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.71%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 133 (52.34% from 255) = 57.33%
R=23.71%
G=18.97%
B=57.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55441330.590.6700.48247.4250.2834.71
Hex372C853B43030f73223
Octal6754205731030603676243
Binary110111101100100001011110111000011011000011110111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372c85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,44,133); }

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

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

 a { background-color: rgb(55,44,133); }

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

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

 span { border-color: rgb(55,44,133); }

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