#39326C

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

Shades of Minsk #39326C

Tints of Minsk #39326C

Color information

#39326C (or 0x39326C) is unknown color: approx Minsk. HEX triplet: 39, 32 and 6C. RGB value is (57,50,108). Sum of RGB (Red+Green+Blue) = 57+50+108=215 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.51% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #39326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39326C is #C6CD93. Grayscale: #3A3A3A. Windows color (decimal): -13028756 or 7090745. OLE color: 7090745.

HSL color Cylindrical-coordinate representation of color #39326C: hue angle of 247.24º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39326C is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5750108-
CMYK0.470.5400.58
HSL247.24º36.71%30.98%-
HSV(B)247.24º53.7%42.35%-
XYZ5.534.2314.71-
YUV58.7155.82126.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.51%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 108 (42.58% from 255) = 50.23%
R=26.51%
G=23.26%
B=50.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57501080.470.5400.58247.2436.7130.98
Hex39326C2F3603Af7251f
Octal716215457660723674537
Binary111001110010110110010111111011001110101111011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39326C; }

 p { color: rgb(57,50,108); }

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

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

 a { background-color: rgb(57,50,108); }

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

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

 span { border-color: rgb(57,50,108); }

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