#51346E

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

Shades of Blue Diamond #51346E

Tints of Blue Diamond #51346E

Color information

#51346E (or 0x51346E) is unknown color: approx Blue Diamond. HEX triplet: 51, 34 and 6E. RGB value is (81,52,110). Sum of RGB (Red+Green+Blue) = 81+52+110=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #51346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51346E is #AECB91. Grayscale: #434343. Windows color (decimal): -11455378 or 7222353. OLE color: 7222353.

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

Color convert

RGB8152110-
CMYK0.260.5300.57
HSL270º35.8%31.76%-
HSV(B)270º52.73%43.14%-
XYZ7.445.3315.39-
YUV67.28152.11137.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=33.33%
G=21.40%
B=45.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81521100.260.5300.5727035.831.76
Hex51346E1A3503910e2420
Octal1216415632650714164440
Binary10100011101001101110110101101010111001100001110100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51346E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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