#39286E

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

Shades of Minsk #39286E

Tints of Minsk #39286E

Color information

#39286E (or 0x39286E) is unknown color: approx Minsk. HEX triplet: 39, 28 and 6E. RGB value is (57,40,110). Sum of RGB (Red+Green+Blue) = 57+40+110=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #39286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39286E is #C6D791. Grayscale: #343434. Windows color (decimal): -13031314 or 7219257. OLE color: 7219257.

HSL color Cylindrical-coordinate representation of color #39286E: hue angle of 254.57º 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 #39286E is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5740110-
CMYK0.480.6400.57
HSL254.57º46.67%29.41%-
HSV(B)254.57º63.64%43.14%-
XYZ5.263.5115.15-
YUV53.06160.13130.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 40 (16.02% from 255) = 19.32%
BLUE value IS 110 (43.36% from 255) = 53.14%
R=27.54%
G=19.32%
B=53.14%

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
Decimal57401100.480.6400.57254.5746.6729.41
Hex39286E3040039ff2f1d
Octal7150156601000713775735
Binary1110011010001101110110000100000001110011111111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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