#372E6A

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

Shades of Minsk #372E6A

Tints of Minsk #372E6A

Color information

#372E6A (or 0x372E6A) is unknown color: approx Minsk. HEX triplet: 37, 2E and 6A. RGB value is (55,46,106). Sum of RGB (Red+Green+Blue) = 55+46+106=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #372E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E6A is #C8D195. Grayscale: #373737. Windows color (decimal): -13160854 or 6958647. OLE color: 6958647.

HSL color Cylindrical-coordinate representation of color #372E6A: hue angle of 249º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #372E6A is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5546106-
CMYK0.480.5700.58
HSL249º39.47%29.8%-
HSV(B)249º56.6%41.57%-
XYZ5.153.8114.1-
YUV55.53156.48127.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 106 (41.80% from 255) = 51.21%
R=26.57%
G=22.22%
B=51.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal55461060.480.5700.5824939.4729.8
Hex372E6A303903Af9271e
Octal675615260710723714736
Binary110111101110110101011000011100101110101111100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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