#3E39AE

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

Shades of Blue Gem #3E39AE

Tints of Blue Gem #3E39AE

Color information

#3E39AE (or 0x3E39AE) is unknown color: approx Blue Gem. HEX triplet: 3E, 39 and AE. RGB value is (62,57,174). Sum of RGB (Red+Green+Blue) = 62+57+174=293 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.16% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E39AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E39AE is #C1C651. Grayscale: #474747. Windows color (decimal): -12699218 or 11417918. OLE color: 11417918.

HSL color Cylindrical-coordinate representation of color #3E39AE: hue angle of 242.56º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E39AE is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6257174-
CMYK0.640.6700.32
HSL242.56º50.65%45.29%-
HSV(B)242.56º67.24%68.24%-
XYZ11.097.0140.81-
YUV71.83185.66120.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.16%
GREEN value IS 57 (22.66% from 255) = 19.45%
BLUE value IS 174 (68.36% from 255) = 59.39%
R=21.16%
G=19.45%
B=59.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62571740.640.6700.32242.5650.6545.29
Hex3E39AE4043020f3332d
Octal76712561001030403636355
Binary1111101110011010111010000001000011010000011110011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E39AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,57,174); }

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

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

 a { background-color: rgb(62,57,174); }

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

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

 span { border-color: rgb(62,57,174); }

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