#3E3277

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

Shades of Minsk #3E3277

Tints of Minsk #3E3277

Color information

#3E3277 (or 0x3E3277) is unknown color: approx Minsk. HEX triplet: 3E, 32 and 77. RGB value is (62,50,119). Sum of RGB (Red+Green+Blue) = 62+50+119=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E3277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3277 is #C1CD88. Grayscale: #3D3D3D. Windows color (decimal): -12701065 or 7811646. OLE color: 7811646.

HSL color Cylindrical-coordinate representation of color #3E3277: hue angle of 250.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E3277 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6250119-
CMYK0.480.5800.53
HSL250.43º40.83%33.14%-
HSV(B)250.43º57.98%46.67%-
XYZ6.464.6418.01-
YUV61.45160.48128.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.84%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=26.84%
G=21.65%
B=51.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62501190.480.5800.53250.4340.8333.14
Hex3E3277303A035fa2921
Octal766216760720653725141
Binary1111101100101110111110000111010011010111111010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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