#392699

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

Shades of Blue Gem #392699

Tints of Blue Gem #392699

Color information

#392699 (or 0x392699) is unknown color: approx Blue Gem. HEX triplet: 39, 26 and 99. RGB value is (57,38,153). Sum of RGB (Red+Green+Blue) = 57+38+153=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #392699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #392699 is #C6D966. Grayscale: #383838. Windows color (decimal): -13031783 or 10036793. OLE color: 10036793.

HSL color Cylindrical-coordinate representation of color #392699: hue angle of 249.91º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #392699 is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5738153-
CMYK0.630.7500.4
HSL249.91º60.21%37.45%-
HSV(B)249.91º75.16%60%-
XYZ8.134.5630.59-
YUV56.79182.29128.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.98%
GREEN value IS 38 (15.23% from 255) = 15.32%
BLUE value IS 153 (60.16% from 255) = 61.69%
R=22.98%
G=15.32%
B=61.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal57381530.630.7500.4249.9160.2137.45
Hex3926993F4B028fa3c25
Octal7146231771130503727445
Binary111001100110100110011111111001011010100011111010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392699; }

 p { color: rgb(57,38,153); }

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

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

 a { background-color: rgb(57,38,153); }

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

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

 span { border-color: rgb(57,38,153); }

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