#3E339F

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

Shades of Blue Gem #3E339F

Tints of Blue Gem #3E339F

Color information

#3E339F (or 0x3E339F) is unknown color: approx Blue Gem. HEX triplet: 3E, 33 and 9F. RGB value is (62,51,159). Sum of RGB (Red+Green+Blue) = 62+51+159=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E339F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E339F is #C1CC60. Grayscale: #424242. Windows color (decimal): -12700769 or 10433342. OLE color: 10433342.

HSL color Cylindrical-coordinate representation of color #3E339F: hue angle of 246.11º degrees, saturation: 0.51, 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 #3E339F is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6251159-
CMYK0.610.6800.38
HSL246.11º51.43%41.18%-
HSV(B)246.11º67.92%62.35%-
XYZ9.435.8933.44-
YUV66.6180.14124.72-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 22.79%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 159 (62.5% from 255) = 58.46%
R=22.79%
G=18.75%
B=58.46%

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
Decimal62511590.610.6800.38246.1151.4341.18
Hex3E339F3D44026f63329
Octal7663237751040463666351
Binary111110110011100111111111011000100010011011110110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E339F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,51,159); }

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

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

 a { background-color: rgb(62,51,159); }

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

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

 span { border-color: rgb(62,51,159); }

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