#32514D

Color #32514D Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #32514D

Tints of Blue Dianne #32514D

Color information

#32514D (or 0x32514D) is unknown color: approx Blue Dianne. HEX triplet: 32, 51 and 4D. RGB value is (50,81,77). Sum of RGB (Red+Green+Blue) = 50+81+77=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 81 (32.03% from 255 or 38.94% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 81 - color contains mainly: green. Hex color #32514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32514D is #CDAEB2. Grayscale: #474747. Windows color (decimal): -13479603 or 5067058. OLE color: 5067058.

HSL color Cylindrical-coordinate representation of color #32514D: hue angle of 172.26º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32514D is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB508177-
CMYK0.3800.050.68
HSL172.26º23.66%25.69%-
HSV(B)172.26º38.27%31.76%-
XYZ5.67.18.1-
YUV71.28131.23112.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 81 (32.03% from 255) = 38.94%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=24.04%
G=38.94%
B=37.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5081770.3800.050.68172.2623.6625.69
Hex32514D260544ac181a
Octal6212111546051042543032
Binary1100101010001100110110011001011000100101011001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32514D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32514D; }

 p { color: rgb(50,81,77); }

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

<style>
 a { background-color: #32514D; }

 a { background-color: rgb(50,81,77); }

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

<style>
 span { border-color: #32514D; }

 span { border-color: rgb(50,81,77); }

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