#3E3378

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

Shades of Minsk #3E3378

Tints of Minsk #3E3378

Color information

#3E3378 (or 0x3E3378) is unknown color: approx Minsk. HEX triplet: 3E, 33 and 78. RGB value is (62,51,120). Sum of RGB (Red+Green+Blue) = 62+51+120=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E3378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3378 is #C1CC87. Grayscale: #3D3D3D. Windows color (decimal): -12700808 or 7877438. OLE color: 7877438.

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

Color convert

RGB6251120-
CMYK0.480.5800.53
HSL249.57º40.35%33.53%-
HSV(B)249.57º57.5%47.06%-
XYZ6.564.7518.34-
YUV62.15160.64127.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.61%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 120 (47.27% from 255) = 51.50%
R=26.61%
G=21.89%
B=51.50%

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
Decimal62511200.480.5800.53249.5740.3533.53
Hex3E3378303A035fa2822
Octal766317060720653725042
Binary1111101100111111000110000111010011010111111010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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