#392EAE

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

Shades of Blue Gem #392EAE

Tints of Blue Gem #392EAE

Color information

#392EAE (or 0x392EAE) is unknown color: approx Blue Gem. HEX triplet: 39, 2E and AE. RGB value is (57,46,174). Sum of RGB (Red+Green+Blue) = 57+46+174=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 174 (68.36% from 255 or 62.82% from 277); Max value from RGB is 174 - color contains mainly: blue. Hex color #392EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392EAE is #C6D151. Grayscale: #3F3F3F. Windows color (decimal): -13029714 or 11415097. OLE color: 11415097.

HSL color Cylindrical-coordinate representation of color #392EAE: hue angle of 245.16º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #392EAE is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5746174-
CMYK0.670.7400.32
HSL245.16º58.18%43.14%-
HSV(B)245.16º73.56%68.24%-
XYZ10.35.8840.64-
YUV63.88190.14123.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 46 (18.36% from 255) = 16.61%
BLUE value IS 174 (68.36% from 255) = 62.82%
R=20.58%
G=16.61%
B=62.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal57461740.670.7400.32245.1658.1843.14
Hex392EAE434A020f53a2b
Octal71562561031120403657253
Binary1110011011101010111010000111001010010000011110101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392EAE; }

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

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

<style>
 a { background-color: #392EAE; }

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

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

<style>
 span { border-color: #392EAE; }

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

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