#51339C

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

Shades of Blue Gem #51339C

Tints of Blue Gem #51339C

Color information

#51339C (or 0x51339C) is unknown color: approx Blue Gem. HEX triplet: 51, 33 and 9C. RGB value is (81,51,156). Sum of RGB (Red+Green+Blue) = 81+51+156=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #51339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51339C is #AECC63. Grayscale: #474747. Windows color (decimal): -11455588 or 10236753. OLE color: 10236753.

HSL color Cylindrical-coordinate representation of color #51339C: hue angle of 257.14º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51339C is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8151156-
CMYK0.480.6700.39
HSL257.14º50.72%40.59%-
HSV(B)257.14º67.31%61.18%-
XYZ10.586.5232.15-
YUV71.94175.44134.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.12%
GREEN value IS 51 (20.31% from 255) = 17.71%
BLUE value IS 156 (61.33% from 255) = 54.17%
R=28.12%
G=17.71%
B=54.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81511560.480.6700.39257.1450.7240.59
Hex51339C30430271013329
Octal12163234601030474016351
Binary10100011100111001110011000010000110100111100000001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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