#372E64

Color #372E64 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #372E64

Tints of Minsk #372E64

Color information

#372E64 (or 0x372E64) is unknown color: approx Minsk. HEX triplet: 37, 2E and 64. RGB value is (55,46,100). Sum of RGB (Red+Green+Blue) = 55+46+100=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 100 (39.45% from 255 or 49.75% from 201); Max value from RGB is 100 - color contains mainly: blue. Hex color #372E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E64 is #C8D19B. Grayscale: #363636. Windows color (decimal): -13160860 or 6565431. OLE color: 6565431.

HSL color Cylindrical-coordinate representation of color #372E64: hue angle of 250º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #372E64 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5546100-
CMYK0.450.5400.61
HSL250º36.99%28.63%-
HSV(B)250º54%39.22%-
XYZ4.853.6912.51-
YUV54.85153.48128.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 100 (39.45% from 255) = 49.75%
R=27.36%
G=22.89%
B=49.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal55461000.450.5400.6125036.9928.63
Hex372E642D3603Dfa251d
Octal675614455660753724535
Binary110111101110110010010110111011001111011111101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,46,100); }

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

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

 a { background-color: rgb(55,46,100); }

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

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

 span { border-color: rgb(55,46,100); }

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