#392EAC

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

Shades of Blue Gem #392EAC

Tints of Blue Gem #392EAC

Color information

#392EAC (or 0x392EAC) is unknown color: approx Blue Gem. HEX triplet: 39, 2E and AC. RGB value is (57,46,172). Sum of RGB (Red+Green+Blue) = 57+46+172=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #392EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392EAC is #C6D153. Grayscale: #3F3F3F. Windows color (decimal): -13029716 or 11284025. OLE color: 11284025.

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

Color convert

RGB5746172-
CMYK0.670.7300.33
HSL245.24º57.8%42.75%-
HSV(B)245.24º73.26%67.45%-
XYZ10.115.839.62-
YUV63.65189.14123.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 172 (67.58% from 255) = 62.55%
R=20.73%
G=16.73%
B=62.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57461720.670.7300.33245.2457.842.75
Hex392EAC4349021f53a2b
Octal71562541031110413657253
Binary1110011011101010110010000111001001010000111110101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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