#391CAE

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

Shades of Blue Gem #391CAE

Tints of Blue Gem #391CAE

Color information

#391CAE (or 0x391CAE) is unknown color: approx Blue Gem. HEX triplet: 39, 1C and AE. RGB value is (57,28,174). Sum of RGB (Red+Green+Blue) = 57+28+174=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 174 (68.36% from 255 or 67.18% from 259); Max value from RGB is 174 - color contains mainly: blue. Hex color #391CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391CAE is #C6E351. Grayscale: #343434. Windows color (decimal): -13034322 or 11410489. OLE color: 11410489.

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

Color convert

RGB5728174-
CMYK0.670.8400.32
HSL251.92º72.28%39.61%-
HSV(B)251.92º83.91%68.24%-
XYZ9.744.7640.45-
YUV53.32196.11130.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.01%
GREEN value IS 28 (11.33% from 255) = 10.81%
BLUE value IS 174 (68.36% from 255) = 67.18%
R=22.01%
G=10.81%
B=67.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal57281740.670.8400.32251.9272.2839.61
Hex391CAE4354020fc4828
Octal713425610312404037411050
Binary1110011110010101110100001110101000100000111111001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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