#3E3377

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

Shades of Minsk #3E3377

Tints of Minsk #3E3377

Color information

#3E3377 (or 0x3E3377) is unknown color: approx Minsk. HEX triplet: 3E, 33 and 77. RGB value is (62,51,119). Sum of RGB (Red+Green+Blue) = 62+51+119=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E3377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3377 is #C1CC88. Grayscale: #3D3D3D. Windows color (decimal): -12700809 or 7811902. OLE color: 7811902.

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

Color convert

RGB6251119-
CMYK0.480.5700.53
HSL249.71º40%33.33%-
HSV(B)249.71º57.14%46.67%-
XYZ6.54.7218.02-
YUV62.04160.14127.97-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.72%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=26.72%
G=21.98%
B=51.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62511190.480.5700.53249.714033.33
Hex3E33773039035fa2821
Octal766316760710653725041
Binary1111101100111110111110000111001011010111111010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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