#3E31AE

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

Shades of Blue Gem #3E31AE

Tints of Blue Gem #3E31AE

Color information

#3E31AE (or 0x3E31AE) is unknown color: approx Blue Gem. HEX triplet: 3E, 31 and AE. RGB value is (62,49,174). Sum of RGB (Red+Green+Blue) = 62+49+174=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E31AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E31AE is #C1CE51. Grayscale: #424242. Windows color (decimal): -12701266 or 11415870. OLE color: 11415870.

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

Color convert

RGB6249174-
CMYK0.640.7200.32
HSL246.24º56.05%43.73%-
HSV(B)246.24º71.84%68.24%-
XYZ10.726.2840.69-
YUV67.14188.31124.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.75%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 174 (68.36% from 255) = 61.05%
R=21.75%
G=17.19%
B=61.05%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62491740.640.7200.32246.2456.0543.73
Hex3E31AE4048020f6382c
Octal76612561001100403667054
Binary1111101100011010111010000001001000010000011110110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E31AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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