#392AAB

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

Shades of Blue Gem #392AAB

Tints of Blue Gem #392AAB

Color information

#392AAB (or 0x392AAB) is unknown color: approx Blue Gem. HEX triplet: 39, 2A and AB. RGB value is (57,42,171). Sum of RGB (Red+Green+Blue) = 57+42+171=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #392AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392AAB is #C6D554. Grayscale: #3C3C3C. Windows color (decimal): -13030741 or 11217465. OLE color: 11217465.

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

Color convert

RGB5742171-
CMYK0.670.7500.33
HSL246.98º60.56%41.76%-
HSV(B)246.98º75.44%67.06%-
XYZ9.875.4739.06-
YUV61.19189.97125.01-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.11%
GREEN value IS 42 (16.80% from 255) = 15.56%
BLUE value IS 171 (67.19% from 255) = 63.33%
R=21.11%
G=15.56%
B=63.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57421710.670.7500.33246.9860.5641.76
Hex392AAB434B021f73d2a
Octal71522531031130413677552
Binary1110011010101010101110000111001011010000111110111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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