#51339E

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

Shades of Blue Gem #51339E

Tints of Blue Gem #51339E

Color information

#51339E (or 0x51339E) is unknown color: approx Blue Gem. HEX triplet: 51, 33 and 9E. RGB value is (81,51,158). Sum of RGB (Red+Green+Blue) = 81+51+158=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #51339E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51339E is #AECC61. Grayscale: #474747. Windows color (decimal): -11455586 or 10367825. OLE color: 10367825.

HSL color Cylindrical-coordinate representation of color #51339E: hue angle of 256.82º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51339E is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8151158-
CMYK0.490.6800.38
HSL256.82º51.2%40.98%-
HSV(B)256.82º67.72%61.96%-
XYZ10.756.5933.05-
YUV72.17176.44134.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=27.93%
G=17.59%
B=54.48%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81511580.490.6800.38256.8251.240.98
Hex51339E31440261013329
Octal12163236611040464016351
Binary10100011100111001111011000110001000100110100000001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51339E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51339E; }

 p { color: rgb(81,51,158); }

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

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

 a { background-color: rgb(81,51,158); }

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

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

 span { border-color: rgb(81,51,158); }

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