#3E30AE

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

Shades of Blue Gem #3E30AE

Tints of Blue Gem #3E30AE

Color information

#3E30AE (or 0x3E30AE) is unknown color: approx Blue Gem. HEX triplet: 3E, 30 and AE. RGB value is (62,48,174). Sum of RGB (Red+Green+Blue) = 62+48+174=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E30AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E30AE is #C1CF51. Grayscale: #424242. Windows color (decimal): -12701522 or 11415614. OLE color: 11415614.

HSL color Cylindrical-coordinate representation of color #3E30AE: hue angle of 246.67º degrees, saturation: 0.57, 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 #3E30AE is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6248174-
CMYK0.640.7200.32
HSL246.67º56.76%43.53%-
HSV(B)246.67º72.41%68.24%-
XYZ10.686.1940.68-
YUV66.55188.64124.75-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.83%
GREEN value IS 48 (19.14% from 255) = 16.90%
BLUE value IS 174 (68.36% from 255) = 61.27%
R=21.83%
G=16.90%
B=61.27%

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
Decimal62481740.640.7200.32246.6756.7643.53
Hex3E30AE4048020f7392c
Octal76602561001100403677154
Binary1111101100001010111010000001001000010000011110111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E30AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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