#392AAE

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

Shades of Blue Gem #392AAE

Tints of Blue Gem #392AAE

Color information

#392AAE (or 0x392AAE) is unknown color: approx Blue Gem. HEX triplet: 39, 2A and AE. RGB value is (57,42,174). Sum of RGB (Red+Green+Blue) = 57+42+174=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 42 (16.80% from 255 or 15.38% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #392AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392AAE is #C6D551. Grayscale: #3D3D3D. Windows color (decimal): -13030738 or 11414073. OLE color: 11414073.

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

Color convert

RGB5742174-
CMYK0.670.7600.32
HSL246.82º61.11%42.35%-
HSV(B)246.82º75.86%68.24%-
XYZ10.165.5840.59-
YUV61.53191.47124.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 42 (16.80% from 255) = 15.38%
BLUE value IS 174 (68.36% from 255) = 63.74%
R=20.88%
G=15.38%
B=63.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal57421740.670.7600.32246.8261.1142.35
Hex392AAE434C020f73d2a
Octal71522561031140403677552
Binary1110011010101010111010000111001100010000011110111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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