#392FA9

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

Shades of Blue Gem #392FA9

Tints of Blue Gem #392FA9

Color information

#392FA9 (or 0x392FA9) is unknown color: approx Blue Gem. HEX triplet: 39, 2F and A9. RGB value is (57,47,169). Sum of RGB (Red+Green+Blue) = 57+47+169=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 169 (66.41% from 255 or 61.90% from 273); Max value from RGB is 169 - color contains mainly: blue. Hex color #392FA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392FA9 is #C6D056. Grayscale: #3F3F3F. Windows color (decimal): -13029463 or 11087673. OLE color: 11087673.

HSL color Cylindrical-coordinate representation of color #392FA9: hue angle of 244.92º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #392FA9 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5747169-
CMYK0.660.7200.34
HSL244.92º56.48%42.35%-
HSV(B)244.92º72.19%66.27%-
XYZ9.875.7738.13-
YUV63.9187.31123.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 47 (18.75% from 255) = 17.22%
BLUE value IS 169 (66.41% from 255) = 61.90%
R=20.88%
G=17.22%
B=61.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal57471690.660.7200.34244.9256.4842.35
Hex392FA94248022f5382a
Octal71572511021100423657052
Binary1110011011111010100110000101001000010001011110101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,47,169); }

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

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

 a { background-color: rgb(57,47,169); }

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

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

 span { border-color: rgb(57,47,169); }

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