#3E349D

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

Shades of Blue Gem #3E349D

Tints of Blue Gem #3E349D

Color information

#3E349D (or 0x3E349D) is unknown color: approx Blue Gem. HEX triplet: 3E, 34 and 9D. RGB value is (62,52,157). Sum of RGB (Red+Green+Blue) = 62+52+157=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #3E349D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E349D is #C1CB62. Grayscale: #424242. Windows color (decimal): -12700515 or 10302526. OLE color: 10302526.

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

Color convert

RGB6252157-
CMYK0.610.6700.38
HSL245.71º50.24%40.98%-
HSV(B)245.71º66.88%61.57%-
XYZ9.35.9132.55-
YUV66.96178.81124.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.88%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 157 (61.72% from 255) = 57.93%
R=22.88%
G=19.19%
B=57.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62521570.610.6700.38245.7150.2440.98
Hex3E349D3D43026f63229
Octal7664235751030463666251
Binary111110110100100111011111011000011010011011110110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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