#51346F

Color #51346F Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #51346F

Tints of Blue Diamond #51346F

Color information

#51346F (or 0x51346F) is unknown color: approx Blue Diamond. HEX triplet: 51, 34 and 6F. RGB value is (81,52,111). Sum of RGB (Red+Green+Blue) = 81+52+111=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 111 - color contains mainly: blue. Hex color #51346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51346F is #AECB90. Grayscale: #434343. Windows color (decimal): -11455377 or 7287889. OLE color: 7287889.

HSL color Cylindrical-coordinate representation of color #51346F: hue angle of 269.49º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51346F is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8152111-
CMYK0.270.5300.56
HSL269.49º36.2%31.96%-
HSV(B)269.49º53.15%43.53%-
XYZ7.495.3515.68-
YUV67.4152.61137.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 111 (43.75% from 255) = 45.49%
R=33.20%
G=21.31%
B=45.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81521110.270.5300.56269.4936.231.96
Hex51346F1B3503810d2420
Octal1216415733650704154440
Binary10100011101001101111110111101010111000100001101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51346F; }

 p { color: rgb(81,52,111); }

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

<style>
 a { background-color: #51346F; }

 a { background-color: rgb(81,52,111); }

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

<style>
 span { border-color: #51346F; }

 span { border-color: rgb(81,52,111); }

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