#392ba8

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

Shades of Blue Gem #392BA8

Tints of Blue Gem #392BA8

Color information

#392BA8 (or 0x392BA8) is unknown color: approx Blue Gem. HEX triplet: 39, 2B and A8. RGB value is (57,43,168). Sum of RGB (Red+Green+Blue) = 57+43+168=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 43 (17.19% from 255 or 16.04% from 268); Blue value is 168 (66.02% from 255 or 62.69% from 268); Max value from RGB is 168 - color contains mainly: blue. Hex color #392BA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392BA8 is #C6D457. Grayscale: #3C3C3C. Windows color (decimal): -13030488 or 11021113. OLE color: 11021113.

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

Color convert

RGB5743168-
CMYK0.660.7400.34
HSL246.72º59.24%41.37%-
HSV(B)246.72º74.4%65.88%-
XYZ9.625.4237.59-
YUV61.44188.14124.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.27%
GREEN value IS 43 (17.19% from 255) = 16.04%
BLUE value IS 168 (66.02% from 255) = 62.69%
R=21.27%
G=16.04%
B=62.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal57431680.660.7400.34246.7259.2441.37
Hex392BA8424A022f73b29
Octal71532501021120423677351
Binary1110011010111010100010000101001010010001011110111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392ba8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,43,168); }

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

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

 a { background-color: rgb(57,43,168); }

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

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

 span { border-color: rgb(57,43,168); }

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