#3E329D

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

Shades of Blue Gem #3E329D

Tints of Blue Gem #3E329D

Color information

#3E329D (or 0x3E329D) is unknown color: approx Blue Gem. HEX triplet: 3E, 32 and 9D. RGB value is (62,50,157). Sum of RGB (Red+Green+Blue) = 62+50+157=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E329D is #C1CD62. Grayscale: #414141. Windows color (decimal): -12701027 or 10302014. OLE color: 10302014.

HSL color Cylindrical-coordinate representation of color #3E329D: hue angle of 246.73º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E329D is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6250157-
CMYK0.610.6800.38
HSL246.73º51.69%40.59%-
HSV(B)246.73º68.15%61.57%-
XYZ9.215.7432.52-
YUV65.79179.48125.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.05%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 157 (61.72% from 255) = 58.36%
R=23.05%
G=18.59%
B=58.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62501570.610.6800.38246.7351.6940.59
Hex3E329D3D44026f73429
Octal7662235751040463676451
Binary111110110010100111011111011000100010011011110111110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E329D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,50,157); }

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

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

 a { background-color: rgb(62,50,157); }

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

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

 span { border-color: rgb(62,50,157); }

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