#3E3477

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

Shades of Minsk #3E3477

Tints of Minsk #3E3477

Color information

#3E3477 (or 0x3E3477) is unknown color: approx Minsk. HEX triplet: 3E, 34 and 77. RGB value is (62,52,119). Sum of RGB (Red+Green+Blue) = 62+52+119=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E3477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3477 is #C1CB88. Grayscale: #3E3E3E. Windows color (decimal): -12700553 or 7812158. OLE color: 7812158.

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

Color convert

RGB6252119-
CMYK0.480.5600.53
HSL248.96º39.18%33.53%-
HSV(B)248.96º56.3%46.67%-
XYZ6.544.8118.04-
YUV62.63159.81127.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.61%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=26.61%
G=22.32%
B=51.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal62521190.480.5600.53248.9639.1833.53
Hex3E34773038035f92722
Octal766416760700653714742
Binary1111101101001110111110000111000011010111111001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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