#392DAA

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

Shades of Blue Gem #392DAA

Tints of Blue Gem #392DAA

Color information

#392DAA (or 0x392DAA) is unknown color: approx Blue Gem. HEX triplet: 39, 2D and AA. RGB value is (57,45,170). Sum of RGB (Red+Green+Blue) = 57+45+170=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #392DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392DAA is #C6D255. Grayscale: #3E3E3E. Windows color (decimal): -13029974 or 11152697. OLE color: 11152697.

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

Color convert

RGB5745170-
CMYK0.660.7400.33
HSL245.76º58.14%42.16%-
HSV(B)245.76º73.53%66.67%-
XYZ9.885.6538.6-
YUV62.84188.48123.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 45 (17.97% from 255) = 16.54%
BLUE value IS 170 (66.80% from 255) = 62.5%
R=20.96%
G=16.54%
B=62.5%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57451700.660.7400.33245.7658.1442.16
Hex392DAA424A021f63a2a
Octal71552521021120413667252
Binary1110011011011010101010000101001010010000111110110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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