#39276D

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

Shades of Minsk #39276D

Tints of Minsk #39276D

Color information

#39276D (or 0x39276D) is unknown color: approx Minsk. HEX triplet: 39, 27 and 6D. RGB value is (57,39,109). Sum of RGB (Red+Green+Blue) = 57+39+109=205 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.80% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #39276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39276D is #C6D892. Grayscale: #343434. Windows color (decimal): -13031571 or 7153465. OLE color: 7153465.

HSL color Cylindrical-coordinate representation of color #39276D: hue angle of 255.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39276D is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5739109-
CMYK0.480.6400.57
HSL255.43º47.3%29.02%-
HSV(B)255.43º64.22%42.75%-
XYZ5.173.4314.86-
YUV52.36159.96131.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.80%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=27.80%
G=19.02%
B=53.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57391090.480.6400.57255.4347.329.02
Hex39276D3040039ff2f1d
Octal7147155601000713775735
Binary1110011001111101101110000100000001110011111111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39276D; }

 p { color: rgb(57,39,109); }

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

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

 a { background-color: rgb(57,39,109); }

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

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

 span { border-color: rgb(57,39,109); }

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