#3E3267

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

Shades of Minsk #3E3267

Tints of Minsk #3E3267

Color information

#3E3267 (or 0x3E3267) is unknown color: approx Minsk. HEX triplet: 3E, 32 and 67. RGB value is (62,50,103). Sum of RGB (Red+Green+Blue) = 62+50+103=215 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.84% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #3E3267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3267 is #C1CD98. Grayscale: #3B3B3B. Windows color (decimal): -12701081 or 6763070. OLE color: 6763070.

HSL color Cylindrical-coordinate representation of color #3E3267: hue angle of 253.58º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E3267 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6250103-
CMYK0.400.5100.60
HSL253.58º34.64%30%-
HSV(B)253.58º51.46%40.39%-
XYZ5.584.2813.37-
YUV59.63152.48129.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.84%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 103 (40.62% from 255) = 47.91%
R=28.84%
G=23.26%
B=47.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal62501030.400.5100.60253.5834.6430
Hex3E3267283303Cfe231e
Octal766214750630743764336
Binary111110110010110011110100011001101111001111111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,50,103); }

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

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

 a { background-color: rgb(62,50,103); }

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

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

 span { border-color: rgb(62,50,103); }

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