#391EAE

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

Shades of Blue Gem #391EAE

Tints of Blue Gem #391EAE

Color information

#391EAE (or 0x391EAE) is unknown color: approx Blue Gem. HEX triplet: 39, 1E and AE. RGB value is (57,30,174). Sum of RGB (Red+Green+Blue) = 57+30+174=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 174 (68.36% from 255 or 66.67% from 261); Max value from RGB is 174 - color contains mainly: blue. Hex color #391EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391EAE is #C6E151. Grayscale: #353535. Windows color (decimal): -13033810 or 11411001. OLE color: 11411001.

HSL color Cylindrical-coordinate representation of color #391EAE: hue angle of 251.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #391EAE is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5730174-
CMYK0.670.8300.32
HSL251.25º70.59%40%-
HSV(B)251.25º82.76%68.24%-
XYZ9.794.8540.47-
YUV54.49195.45129.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.84%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 174 (68.36% from 255) = 66.67%
R=21.84%
G=11.49%
B=66.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal57301740.670.8300.32251.2570.5940
Hex391EAE4353020fb4728
Octal713625610312304037310750
Binary1110011111010101110100001110100110100000111110111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391EAE; }

 p { color: rgb(57,30,174); }

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

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

 a { background-color: rgb(57,30,174); }

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

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

 span { border-color: rgb(57,30,174); }

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