#392DAB

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

Shades of Blue Gem #392DAB

Tints of Blue Gem #392DAB

Color information

#392DAB (or 0x392DAB) is unknown color: approx Blue Gem. HEX triplet: 39, 2D and AB. RGB value is (57,45,171). Sum of RGB (Red+Green+Blue) = 57+45+171=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #392DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392DAB is #C6D254. Grayscale: #3E3E3E. Windows color (decimal): -13029973 or 11218233. OLE color: 11218233.

HSL color Cylindrical-coordinate representation of color #392DAB: hue angle of 245.71º 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 #392DAB is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5745171-
CMYK0.670.7400.33
HSL245.71º58.33%42.35%-
HSV(B)245.71º73.68%67.06%-
XYZ9.985.6939.1-
YUV62.95188.98123.75-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 45 (17.97% from 255) = 16.48%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=20.88%
G=16.48%
B=62.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57451710.670.7400.33245.7158.3342.35
Hex392DAB434A021f63a2a
Octal71552531031120413667252
Binary1110011011011010101110000111001010010000111110110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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