#3E2F63

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

Shades of Minsk #3E2F63

Tints of Minsk #3E2F63

Color information

#3E2F63 (or 0x3E2F63) is unknown color: approx Minsk. HEX triplet: 3E, 2F and 63. RGB value is (62,47,99). Sum of RGB (Red+Green+Blue) = 62+47+99=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #3E2F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2F63 is #C1D09C. Grayscale: #393939. Windows color (decimal): -12701853 or 6500158. OLE color: 6500158.

HSL color Cylindrical-coordinate representation of color #3E2F63: hue angle of 257.31º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E2F63 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB624799-
CMYK0.370.5300.61
HSL257.31º35.62%28.63%-
HSV(B)257.31º52.53%38.82%-
XYZ5.263.9612.29-
YUV57.41151.47131.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.81%
GREEN value IS 47 (18.75% from 255) = 22.60%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=29.81%
G=22.60%
B=47.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6247990.370.5300.61257.3135.6228.63
Hex3E2F63253503D101241d
Octal765714345650754014435
Binary1111101011111100011100101110101011110110000000110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2F63; }

 p { color: rgb(62,47,99); }

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

<style>
 a { background-color: #3E2F63; }

 a { background-color: rgb(62,47,99); }

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

<style>
 span { border-color: #3E2F63; }

 span { border-color: rgb(62,47,99); }

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