#39326B

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

Shades of Minsk #39326B

Tints of Minsk #39326B

Color information

#39326B (or 0x39326B) is unknown color: approx Minsk. HEX triplet: 39, 32 and 6B. RGB value is (57,50,107). Sum of RGB (Red+Green+Blue) = 57+50+107=214 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.64% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #39326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39326B is #C6CD94. Grayscale: #3A3A3A. Windows color (decimal): -13028757 or 7025209. OLE color: 7025209.

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

Color convert

RGB5750107-
CMYK0.470.5300.58
HSL247.37º36.31%30.78%-
HSV(B)247.37º53.27%41.96%-
XYZ5.484.2114.43-
YUV58.59155.32126.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.64%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 107 (42.19% from 255) = 50%
R=26.64%
G=23.36%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57501070.470.5300.58247.3736.3130.78
Hex39326B2F3503Af7241f
Octal716215357650723674437
Binary111001110010110101110111111010101110101111011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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