#373063

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

Shades of Minsk #373063

Tints of Minsk #373063

Color information

#373063 (or 0x373063) is unknown color: approx Minsk. HEX triplet: 37, 30 and 63. RGB value is (55,48,99). Sum of RGB (Red+Green+Blue) = 55+48+99=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 48 (19.14% from 255 or 23.76% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #373063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373063 is #C8CF9C. Grayscale: #373737. Windows color (decimal): -13160349 or 6500407. OLE color: 6500407.

HSL color Cylindrical-coordinate representation of color #373063: hue angle of 248.24º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #373063 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB554899-
CMYK0.440.5200.61
HSL248.24º34.69%28.82%-
HSV(B)248.24º51.52%38.82%-
XYZ4.883.8312.29-
YUV55.91152.32127.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.23%
GREEN value IS 48 (19.14% from 255) = 23.76%
BLUE value IS 99 (39.06% from 255) = 49.01%
R=27.23%
G=23.76%
B=49.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5548990.440.5200.61248.2434.6928.82
Hex3730632C3403Df8231d
Octal676014354640753704335
Binary110111110000110001110110011010001111011111100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373063; }

 p { color: rgb(55,48,99); }

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

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

 a { background-color: rgb(55,48,99); }

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

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

 span { border-color: rgb(55,48,99); }

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