#391EA6

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

Shades of Blue Gem #391EA6

Tints of Blue Gem #391EA6

Color information

#391EA6 (or 0x391EA6) is unknown color: approx Blue Gem. HEX triplet: 39, 1E and A6. RGB value is (57,30,166). Sum of RGB (Red+Green+Blue) = 57+30+166=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 30 (12.11% from 255 or 11.86% from 253); Blue value is 166 (65.23% from 255 or 65.61% from 253); Max value from RGB is 166 - color contains mainly: blue. Hex color #391EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391EA6 is #C6E159. Grayscale: #353535. Windows color (decimal): -13033818 or 10886713. OLE color: 10886713.

HSL color Cylindrical-coordinate representation of color #391EA6: hue angle of 251.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391EA6 is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5730166-
CMYK0.660.8200.35
HSL251.91º69.39%38.43%-
HSV(B)251.91º81.93%65.1%-
XYZ9.034.5536.48-
YUV53.58191.45130.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.53%
GREEN value IS 30 (12.11% from 255) = 11.86%
BLUE value IS 166 (65.23% from 255) = 65.61%
R=22.53%
G=11.86%
B=65.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal57301660.660.8200.35251.9169.3938.43
Hex391EA64252023fc4526
Octal713624610212204337410546
Binary1110011111010100110100001010100100100011111111001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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