#39286B

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

Shades of Minsk #39286B

Tints of Minsk #39286B

Color information

#39286B (or 0x39286B) is unknown color: approx Minsk. HEX triplet: 39, 28 and 6B. RGB value is (57,40,107). Sum of RGB (Red+Green+Blue) = 57+40+107=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 107 (42.19% from 255 or 52.45% from 204); Max value from RGB is 107 - color contains mainly: blue. Hex color #39286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39286B is #C6D794. Grayscale: #343434. Windows color (decimal): -13031317 or 7022649. OLE color: 7022649.

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

Color convert

RGB5740107-
CMYK0.470.6300.58
HSL255.22º45.58%28.82%-
HSV(B)255.22º62.62%41.96%-
XYZ5.13.4514.31-
YUV52.72158.63131.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 107 (42.19% from 255) = 52.45%
R=27.94%
G=19.61%
B=52.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57401070.470.6300.58255.2245.5828.82
Hex39286B2F3F03Aff2e1d
Octal715015357770723775635
Binary111001101000110101110111111111101110101111111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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