#3E35AE

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

Shades of Blue Gem #3E35AE

Tints of Blue Gem #3E35AE

Color information

#3E35AE (or 0x3E35AE) is unknown color: approx Blue Gem. HEX triplet: 3E, 35 and AE. RGB value is (62,53,174). Sum of RGB (Red+Green+Blue) = 62+53+174=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E35AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E35AE is #C1CA51. Grayscale: #454545. Windows color (decimal): -12700242 or 11416894. OLE color: 11416894.

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

Color convert

RGB6253174-
CMYK0.640.7000.32
HSL244.46º53.3%44.51%-
HSV(B)244.46º69.54%68.24%-
XYZ10.96.6340.75-
YUV69.48186.98122.66-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.45%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 174 (68.36% from 255) = 60.21%
R=21.45%
G=18.34%
B=60.21%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62531740.640.7000.32244.4653.344.51
Hex3E35AE4046020f4352d
Octal76652561001060403646555
Binary1111101101011010111010000001000110010000011110100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E35AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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