#373064

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

Shades of Minsk #373064

Tints of Minsk #373064

Color information

#373064 (or 0x373064) is unknown color: approx Minsk. HEX triplet: 37, 30 and 64. RGB value is (55,48,100). Sum of RGB (Red+Green+Blue) = 55+48+100=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 100 (39.45% from 255 or 49.26% from 203); Max value from RGB is 100 - color contains mainly: blue. Hex color #373064 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373064 is #C8CF9B. Grayscale: #373737. Windows color (decimal): -13160348 or 6565943. OLE color: 6565943.

HSL color Cylindrical-coordinate representation of color #373064: hue angle of 248.08º 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 #373064 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB5548100-
CMYK0.450.5200.61
HSL248.08º35.14%29.02%-
HSV(B)248.08º52%39.22%-
XYZ4.933.8512.54-
YUV56.02152.82127.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 100 (39.45% from 255) = 49.26%
R=27.09%
G=23.65%
B=49.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal55481000.450.5200.61248.0835.1429.02
Hex3730642D3403Df8231d
Octal676014455640753704335
Binary110111110000110010010110111010001111011111100010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373064; }

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

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

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

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

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

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

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

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