#372F6E

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

Shades of Minsk #372F6E

Tints of Minsk #372F6E

Color information

#372F6E (or 0x372F6E) is unknown color: approx Minsk. HEX triplet: 37, 2F and 6E. RGB value is (55,47,110). Sum of RGB (Red+Green+Blue) = 55+47+110=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #372F6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372F6E is #C8D091. Grayscale: #383838. Windows color (decimal): -13160594 or 7221047. OLE color: 7221047.

HSL color Cylindrical-coordinate representation of color #372F6E: hue angle of 247.62º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #372F6E is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5547110-
CMYK0.50.5700.57
HSL247.62º40.13%30.78%-
HSV(B)247.62º57.27%43.14%-
XYZ5.413.9715.23-
YUV56.57158.15126.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.94%
GREEN value IS 47 (18.75% from 255) = 22.17%
BLUE value IS 110 (43.36% from 255) = 51.89%
R=25.94%
G=22.17%
B=51.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55471100.50.5700.57247.6240.1330.78
Hex372F6E3239039f8281f
Octal675715662710713705037
Binary110111101111110111011001011100101110011111100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,47,110); }

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

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

 a { background-color: rgb(55,47,110); }

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

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

 span { border-color: rgb(55,47,110); }

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