#372E75

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

Shades of Minsk #372E75

Tints of Minsk #372E75

Color information

#372E75 (or 0x372E75) is unknown color: approx Minsk. HEX triplet: 37, 2E and 75. RGB value is (55,46,117). Sum of RGB (Red+Green+Blue) = 55+46+117=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #372E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372E75 is #C8D18A. Grayscale: #383838. Windows color (decimal): -13160843 or 7679543. OLE color: 7679543.

HSL color Cylindrical-coordinate representation of color #372E75: hue angle of 247.61º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #372E75 is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5546117-
CMYK0.530.6100.54
HSL247.61º43.56%31.96%-
HSV(B)247.61º60.68%45.88%-
XYZ5.764.0517.31-
YUV56.78161.98126.73-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 46 (18.36% from 255) = 21.10%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=25.23%
G=21.10%
B=53.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55461170.530.6100.54247.6143.5631.96
Hex372E75353D036f82c20
Octal675616565750663705440
Binary1101111011101110101110101111101011011011111000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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