#3E3478

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

Shades of Minsk #3E3478

Tints of Minsk #3E3478

Color information

#3E3478 (or 0x3E3478) is unknown color: approx Minsk. HEX triplet: 3E, 34 and 78. RGB value is (62,52,120). Sum of RGB (Red+Green+Blue) = 62+52+120=234 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.50% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #3E3478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3478 is #C1CB87. Grayscale: #3E3E3E. Windows color (decimal): -12700552 or 7877694. OLE color: 7877694.

HSL color Cylindrical-coordinate representation of color #3E3478: hue angle of 248.82º 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 #3E3478 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6252120-
CMYK0.480.5700.53
HSL248.82º39.53%33.73%-
HSV(B)248.82º56.67%47.06%-
XYZ6.64.8418.35-
YUV62.74160.31127.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.50%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 120 (47.27% from 255) = 51.28%
R=26.50%
G=22.22%
B=51.28%

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
Decimal62521200.480.5700.53248.8239.5333.73
Hex3E34783039035f92822
Octal766417060710653715042
Binary1111101101001111000110000111001011010111111001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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