#392EAA

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

Shades of Blue Gem #392EAA

Tints of Blue Gem #392EAA

Color information

#392EAA (or 0x392EAA) is unknown color: approx Blue Gem. HEX triplet: 39, 2E and AA. RGB value is (57,46,170). Sum of RGB (Red+Green+Blue) = 57+46+170=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #392EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392EAA is #C6D155. Grayscale: #3E3E3E. Windows color (decimal): -13029718 or 11152953. OLE color: 11152953.

HSL color Cylindrical-coordinate representation of color #392EAA: hue angle of 245.32º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #392EAA is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5746170-
CMYK0.660.7300.33
HSL245.32º57.41%42.35%-
HSV(B)245.32º72.94%66.67%-
XYZ9.925.7338.61-
YUV63.42188.14123.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 46 (18.36% from 255) = 16.85%
BLUE value IS 170 (66.80% from 255) = 62.27%
R=20.88%
G=16.85%
B=62.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57461700.660.7300.33245.3257.4142.35
Hex392EAA4249021f5392a
Octal71562521021110413657152
Binary1110011011101010101010000101001001010000111110101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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