#392AA5

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

Shades of Blue Gem #392AA5

Tints of Blue Gem #392AA5

Color information

#392AA5 (or 0x392AA5) is unknown color: approx Blue Gem. HEX triplet: 39, 2A and A5. RGB value is (57,42,165). Sum of RGB (Red+Green+Blue) = 57+42+165=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 165 (64.84% from 255 or 62.5% from 264); Max value from RGB is 165 - color contains mainly: blue. Hex color #392AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392AA5 is #C6D55A. Grayscale: #3C3C3C. Windows color (decimal): -13030747 or 10824249. OLE color: 10824249.

HSL color Cylindrical-coordinate representation of color #392AA5: hue angle of 247.32º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #392AA5 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5742165-
CMYK0.650.7500.35
HSL247.32º59.42%40.59%-
HSV(B)247.32º74.55%64.71%-
XYZ9.315.2436.12-
YUV60.51186.97125.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 42 (16.80% from 255) = 15.91%
BLUE value IS 165 (64.84% from 255) = 62.5%
R=21.59%
G=15.91%
B=62.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57421650.650.7500.35247.3259.4240.59
Hex392AA5414B023f73b29
Octal71522451011130433677351
Binary1110011010101010010110000011001011010001111110111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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