#372770

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

Shades of Minsk #372770

Tints of Minsk #372770

Color information

#372770 (or 0x372770) is unknown color: approx Minsk. HEX triplet: 37, 27 and 70. RGB value is (55,39,112). Sum of RGB (Red+Green+Blue) = 55+39+112=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #372770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372770 is #C8D88F. Grayscale: #333333. Windows color (decimal): -13162640 or 7350071. OLE color: 7350071.

HSL color Cylindrical-coordinate representation of color #372770: hue angle of 253.15º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #372770 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5539112-
CMYK0.510.6500.56
HSL253.15º48.34%29.61%-
HSV(B)253.15º65.18%43.92%-
XYZ5.233.4315.72-
YUV52.11161.8130.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=26.70%
G=18.93%
B=54.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55391120.510.6500.56253.1548.3429.61
Hex3727703341038fd301e
Octal6747160631010703756036
Binary1101111001111110000110011100000101110001111110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372770; }

 p { color: rgb(55,39,112); }

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

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

 a { background-color: rgb(55,39,112); }

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

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

 span { border-color: rgb(55,39,112); }

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