#3E366C

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

Shades of Minsk #3E366C

Tints of Minsk #3E366C

Color information

#3E366C (or 0x3E366C) is unknown color: approx Minsk. HEX triplet: 3E, 36 and 6C. RGB value is (62,54,108). Sum of RGB (Red+Green+Blue) = 62+54+108=224 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.68% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E366C is #C1C993. Grayscale: #3E3E3E. Windows color (decimal): -12700052 or 7091774. OLE color: 7091774.

HSL color Cylindrical-coordinate representation of color #3E366C: hue angle of 248.89º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E366C is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6254108-
CMYK0.430.5000.58
HSL248.89º33.33%31.76%-
HSV(B)248.89º50%42.35%-
XYZ6.014.7514.79-
YUV62.55153.65127.61-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.68%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 108 (42.58% from 255) = 48.21%
R=27.68%
G=24.11%
B=48.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal62541080.430.5000.58248.8933.3331.76
Hex3E366C2B3203Af92120
Octal766615453620723714140
Binary1111101101101101100101011110010011101011111001100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,54,108); }

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

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

 a { background-color: rgb(62,54,108); }

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

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

 span { border-color: rgb(62,54,108); }

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