#3928AE

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

Shades of Blue Gem #3928AE

Tints of Blue Gem #3928AE

Color information

#3928AE (or 0x3928AE) is unknown color: approx Blue Gem. HEX triplet: 39, 28 and AE. RGB value is (57,40,174). Sum of RGB (Red+Green+Blue) = 57+40+174=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #3928AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3928AE is #C6D751. Grayscale: #3B3B3B. Windows color (decimal): -13031250 or 11413561. OLE color: 11413561.

HSL color Cylindrical-coordinate representation of color #3928AE: hue angle of 247.61º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3928AE is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5740174-
CMYK0.670.7700.32
HSL247.61º62.62%41.96%-
HSV(B)247.61º77.01%68.24%-
XYZ10.095.4440.56-
YUV60.36192.13125.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 40 (16.02% from 255) = 14.76%
BLUE value IS 174 (68.36% from 255) = 64.21%
R=21.03%
G=14.76%
B=64.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal57401740.670.7700.32247.6162.6241.96
Hex3928AE434D020f83f2a
Octal71502561031150403707752
Binary1110011010001010111010000111001101010000011111000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3928AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3928AE; }

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

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

<style>
 a { background-color: #3928AE; }

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

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

<style>
 span { border-color: #3928AE; }

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

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